Struct multiboot2_header::AddressHeaderTag [−][src]
#[repr(C, packed(8))]pub struct AddressHeaderTag { /* fields omitted */ }Expand description
This information does not need to be provided if the kernel image is in ELF format, but it must be provided if the image is in a.out format or in some other format. Required for legacy boot (BIOS). Determines load addresses.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddressHeaderTag
impl Send for AddressHeaderTag
impl Sync for AddressHeaderTag
impl Unpin for AddressHeaderTag
impl UnwindSafe for AddressHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more