Struct multiboot2_header::HeaderTag
source · #[repr(C)]pub struct HeaderTag { /* private fields */ }Expand description
Common properties for all header tags. Other tags may have additional fields
that depend on the typ and the size field. All tags share the same beginning of the
struct.
Implementations§
Trait Implementations§
source§impl Ord for HeaderTag
impl Ord for HeaderTag
source§impl PartialEq for HeaderTag
impl PartialEq for HeaderTag
source§impl PartialOrd for HeaderTag
impl PartialOrd for HeaderTag
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for HeaderTag
impl Eq for HeaderTag
impl StructuralEq for HeaderTag
impl StructuralPartialEq for HeaderTag
Auto Trait Implementations§
impl RefUnwindSafe for HeaderTag
impl Send for HeaderTag
impl Sync for HeaderTag
impl Unpin for HeaderTag
impl UnwindSafe for HeaderTag
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more