Struct multiboot2_header::RelocatableHeaderTag [−][src]
#[repr(C, packed(8))]pub struct RelocatableHeaderTag { /* fields omitted */ }Expand description
This tag indicates that the image is relocatable.
Implementations
pub const fn new(
flags: HeaderTagFlag,
min_addr: u32,
max_addr: u32,
align: u32,
preference: RelocatableHeaderTagPreference
) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RelocatableHeaderTag
impl Send for RelocatableHeaderTag
impl Sync for RelocatableHeaderTag
impl Unpin for RelocatableHeaderTag
impl UnwindSafe for RelocatableHeaderTag
Blanket Implementations
Mutably borrows from an owned value. Read more