#[repr(transparent)]pub struct BootMeasurementType(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl BootMeasurementType
impl BootMeasurementType
pub const VP_REGISTER: BootMeasurementType
pub const VP_VTL_ENABLED: BootMeasurementType
pub const VP_GPA_PAGE: BootMeasurementType
Trait Implementations§
Source§impl Clone for BootMeasurementType
impl Clone for BootMeasurementType
Source§fn clone(&self) -> BootMeasurementType
fn clone(&self) -> BootMeasurementType
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 BootMeasurementType
impl Debug for BootMeasurementType
Source§impl Hash for BootMeasurementType
impl Hash for BootMeasurementType
Source§impl IntoBytes for BootMeasurementTypewhere
u32: IntoBytes,
impl IntoBytes for BootMeasurementTypewhere
u32: IntoBytes,
Source§impl KnownLayout for BootMeasurementTypewhere
Self: Sized,
impl KnownLayout for BootMeasurementTypewhere
Self: Sized,
Source§type PointerMetadata = ()
type PointerMetadata = ()
The type of metadata stored in a pointer to
Self
. Read moreSource§impl Ord for BootMeasurementType
impl Ord for BootMeasurementType
Source§fn cmp(&self, other: &BootMeasurementType) -> Ordering
fn cmp(&self, other: &BootMeasurementType) -> 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 BootMeasurementType
impl PartialEq for BootMeasurementType
Source§impl PartialOrd for BootMeasurementType
impl PartialOrd for BootMeasurementType
impl Copy for BootMeasurementType
impl Eq for BootMeasurementType
impl Immutable for BootMeasurementTypewhere
u32: Immutable,
impl StructuralPartialEq for BootMeasurementType
Auto Trait Implementations§
impl Freeze for BootMeasurementType
impl RefUnwindSafe for BootMeasurementType
impl Send for BootMeasurementType
impl Sync for BootMeasurementType
impl Unpin for BootMeasurementType
impl UnwindSafe for BootMeasurementType
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