Struct kernel::process::TbfHeaderV2Main [] [src]

#[repr(C)]
struct TbfHeaderV2Main { init_fn_offset: u32, protected_size: u32, minimum_ram_size: u32, }

The v2 main section for apps.

All apps must have a main section. Without it, the header is considered as only padding.

Fields

Trait Implementations

impl Clone for TbfHeaderV2Main
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TbfHeaderV2Main
[src]

impl Debug for TbfHeaderV2Main
[src]

[src]

Formats the value using the given formatter. Read more