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
init_fn_offset: u32
protected_size: u32
minimum_ram_size: u32
Trait Implementations
impl Clone for TbfHeaderV2Main
[src]
fn clone(&self) -> TbfHeaderV2Main
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more