#[repr(C)]pub struct EfiBootServiceHeaderTag { /* private fields */ }Expand description
This tag indicates that payload supports starting without terminating UEFI boot services. Or in other words: The payload wants to use UEFI boot services.
Implementations§
source§impl EfiBootServiceHeaderTag
impl EfiBootServiceHeaderTag
pub const fn new(flags: HeaderTagFlag) -> Self
pub const fn typ(&self) -> HeaderTagType
pub const fn flags(&self) -> HeaderTagFlag
pub const fn size(&self) -> u32
Trait Implementations§
source§impl Clone for EfiBootServiceHeaderTag
impl Clone for EfiBootServiceHeaderTag
source§fn clone(&self) -> EfiBootServiceHeaderTag
fn clone(&self) -> EfiBootServiceHeaderTag
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 EfiBootServiceHeaderTag
impl Debug for EfiBootServiceHeaderTag
source§impl Hash for EfiBootServiceHeaderTag
impl Hash for EfiBootServiceHeaderTag
source§impl Ord for EfiBootServiceHeaderTag
impl Ord for EfiBootServiceHeaderTag
source§fn cmp(&self, other: &EfiBootServiceHeaderTag) -> Ordering
fn cmp(&self, other: &EfiBootServiceHeaderTag) -> 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 EfiBootServiceHeaderTag
impl PartialEq for EfiBootServiceHeaderTag
source§fn eq(&self, other: &EfiBootServiceHeaderTag) -> bool
fn eq(&self, other: &EfiBootServiceHeaderTag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for EfiBootServiceHeaderTag
impl PartialOrd for EfiBootServiceHeaderTag
source§fn partial_cmp(&self, other: &EfiBootServiceHeaderTag) -> Option<Ordering>
fn partial_cmp(&self, other: &EfiBootServiceHeaderTag) -> 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 EfiBootServiceHeaderTag
impl Eq for EfiBootServiceHeaderTag
impl StructuralPartialEq for EfiBootServiceHeaderTag
Auto Trait Implementations§
impl Freeze for EfiBootServiceHeaderTag
impl RefUnwindSafe for EfiBootServiceHeaderTag
impl Send for EfiBootServiceHeaderTag
impl Sync for EfiBootServiceHeaderTag
impl Unpin for EfiBootServiceHeaderTag
impl UnwindSafe for EfiBootServiceHeaderTag
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