Struct multiboot2_header::EndHeaderTag
source · #[repr(C)]pub struct EndHeaderTag { /* private fields */ }Expand description
Terminates a list of optional tags in a Multiboot2 header.
Implementations§
source§impl EndHeaderTag
impl EndHeaderTag
Trait Implementations§
source§impl Clone for EndHeaderTag
impl Clone for EndHeaderTag
source§fn clone(&self) -> EndHeaderTag
fn clone(&self) -> EndHeaderTag
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EndHeaderTag
impl Debug for EndHeaderTag
source§impl Default for EndHeaderTag
impl Default for EndHeaderTag
source§impl Hash for EndHeaderTag
impl Hash for EndHeaderTag
source§impl Ord for EndHeaderTag
impl Ord for EndHeaderTag
source§fn cmp(&self, other: &EndHeaderTag) -> Ordering
fn cmp(&self, other: &EndHeaderTag) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for EndHeaderTag
impl PartialEq for EndHeaderTag
source§fn eq(&self, other: &EndHeaderTag) -> bool
fn eq(&self, other: &EndHeaderTag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for EndHeaderTag
impl PartialOrd for EndHeaderTag
source§fn partial_cmp(&self, other: &EndHeaderTag) -> Option<Ordering>
fn partial_cmp(&self, other: &EndHeaderTag) -> Option<Ordering>
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 EndHeaderTag
impl Eq for EndHeaderTag
impl StructuralPartialEq for EndHeaderTag
Auto Trait Implementations§
impl Freeze for EndHeaderTag
impl RefUnwindSafe for EndHeaderTag
impl Send for EndHeaderTag
impl Sync for EndHeaderTag
impl Unpin for EndHeaderTag
impl UnwindSafe for EndHeaderTag
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