Enum igvm::IgvmPlatformHeader
source · pub enum IgvmPlatformHeader {
SupportedPlatform(IGVM_VHS_SUPPORTED_PLATFORM),
}Expand description
Represents a structure in an IGVM variable header section, platform structure.
Variants§
SupportedPlatform(IGVM_VHS_SUPPORTED_PLATFORM)
Trait Implementations§
source§impl Clone for IgvmPlatformHeader
impl Clone for IgvmPlatformHeader
source§fn clone(&self) -> IgvmPlatformHeader
fn clone(&self) -> IgvmPlatformHeader
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 IgvmPlatformHeader
impl Debug for IgvmPlatformHeader
source§impl PartialEq for IgvmPlatformHeader
impl PartialEq for IgvmPlatformHeader
source§fn eq(&self, other: &IgvmPlatformHeader) -> bool
fn eq(&self, other: &IgvmPlatformHeader) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IgvmPlatformHeader
impl StructuralPartialEq for IgvmPlatformHeader
Auto Trait Implementations§
impl Freeze for IgvmPlatformHeader
impl RefUnwindSafe for IgvmPlatformHeader
impl Send for IgvmPlatformHeader
impl Sync for IgvmPlatformHeader
impl Unpin for IgvmPlatformHeader
impl UnwindSafe for IgvmPlatformHeader
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