Struct multiboot2_header::ModuleAlignHeaderTag [−][src]
#[repr(C, packed(8))]pub struct ModuleAlignHeaderTag { /* fields omitted */ }Expand description
If this tag is present, provided boot modules must be page aligned.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModuleAlignHeaderTag
impl Send for ModuleAlignHeaderTag
impl Sync for ModuleAlignHeaderTag
impl Unpin for ModuleAlignHeaderTag
impl UnwindSafe for ModuleAlignHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more