HvAllArchRegisterName

Struct HvAllArchRegisterName 

Source
#[repr(transparent)]
pub struct HvAllArchRegisterName(pub u32);

Tuple Fields§

§0: u32

Implementations§

Source§

impl HvAllArchRegisterName

Source

pub const InstructionEmulationHints: HvAllArchRegisterName

Source

pub const InternalActivityState: HvAllArchRegisterName

Source

pub const GuestCrashP0: HvAllArchRegisterName

Source

pub const GuestCrashP1: HvAllArchRegisterName

Source

pub const GuestCrashP2: HvAllArchRegisterName

Source

pub const GuestCrashP3: HvAllArchRegisterName

Source

pub const GuestCrashP4: HvAllArchRegisterName

Source

pub const GuestCrashCtl: HvAllArchRegisterName

Source

pub const PendingInterruption: HvAllArchRegisterName

Source

pub const InterruptState: HvAllArchRegisterName

Source

pub const PendingEvent0: HvAllArchRegisterName

Source

pub const PendingEvent1: HvAllArchRegisterName

Source

pub const DeliverabilityNotifications: HvAllArchRegisterName

Source

pub const GicrBaseGpa: HvAllArchRegisterName

Source

pub const VpRuntime: HvAllArchRegisterName

Source

pub const GuestOsId: HvAllArchRegisterName

Source

pub const VpIndex: HvAllArchRegisterName

Source

pub const TimeRefCount: HvAllArchRegisterName

Source

pub const CpuManagementVersion: HvAllArchRegisterName

Source

pub const VpAssistPage: HvAllArchRegisterName

Source

pub const VpRootSignalCount: HvAllArchRegisterName

Source

pub const ReferenceTsc: HvAllArchRegisterName

Source

pub const VpConfig: HvAllArchRegisterName

Source

pub const Ghcb: HvAllArchRegisterName

Source

pub const ReferenceTscSequence: HvAllArchRegisterName

Source

pub const GuestSchedulerEvent: HvAllArchRegisterName

Source

pub const Sint0: HvAllArchRegisterName

Source

pub const Sint1: HvAllArchRegisterName

Source

pub const Sint2: HvAllArchRegisterName

Source

pub const Sint3: HvAllArchRegisterName

Source

pub const Sint4: HvAllArchRegisterName

Source

pub const Sint5: HvAllArchRegisterName

Source

pub const Sint6: HvAllArchRegisterName

Source

pub const Sint7: HvAllArchRegisterName

Source

pub const Sint8: HvAllArchRegisterName

Source

pub const Sint9: HvAllArchRegisterName

Source

pub const Sint10: HvAllArchRegisterName

Source

pub const Sint11: HvAllArchRegisterName

Source

pub const Sint12: HvAllArchRegisterName

Source

pub const Sint13: HvAllArchRegisterName

Source

pub const Sint14: HvAllArchRegisterName

Source

pub const Sint15: HvAllArchRegisterName

Source

pub const Scontrol: HvAllArchRegisterName

Source

pub const Sversion: HvAllArchRegisterName

Source

pub const Sifp: HvAllArchRegisterName

Source

pub const Sipp: HvAllArchRegisterName

Source

pub const Eom: HvAllArchRegisterName

Source

pub const Sirbp: HvAllArchRegisterName

Source

pub const Stimer0Config: HvAllArchRegisterName

Source

pub const Stimer0Count: HvAllArchRegisterName

Source

pub const Stimer1Config: HvAllArchRegisterName

Source

pub const Stimer1Count: HvAllArchRegisterName

Source

pub const Stimer2Config: HvAllArchRegisterName

Source

pub const Stimer2Count: HvAllArchRegisterName

Source

pub const Stimer3Config: HvAllArchRegisterName

Source

pub const Stimer3Count: HvAllArchRegisterName

Source

pub const StimeUnhaltedTimerConfig: HvAllArchRegisterName

Source

pub const StimeUnhaltedTimerCount: HvAllArchRegisterName

Source

pub const VsmCodePageOffsets: HvAllArchRegisterName

Source

pub const VsmVpStatus: HvAllArchRegisterName

Source

pub const VsmPartitionStatus: HvAllArchRegisterName

Source

pub const VsmVina: HvAllArchRegisterName

Source

pub const VsmCapabilities: HvAllArchRegisterName

Source

pub const VsmPartitionConfig: HvAllArchRegisterName

Source

pub const GuestVsmPartitionConfig: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl0: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl1: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl2: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl3: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl4: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl5: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl6: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl7: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl8: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl9: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl10: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl11: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl12: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl13: HvAllArchRegisterName

Source

pub const VsmVpSecureConfigVtl14: HvAllArchRegisterName

Source

pub const VsmVpWaitForTlbLock: HvAllArchRegisterName

Trait Implementations§

Source§

impl Clone for HvAllArchRegisterName

Source§

fn clone(&self) -> HvAllArchRegisterName

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for HvAllArchRegisterName

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<HvAllArchRegisterName> for HvArm64RegisterName

Source§

fn from(name: HvAllArchRegisterName) -> Self

Converts to this type from the input type.
Source§

impl From<HvAllArchRegisterName> for HvRegisterName

Source§

fn from(name: HvAllArchRegisterName) -> Self

Converts to this type from the input type.
Source§

impl From<HvAllArchRegisterName> for HvX64RegisterName

Source§

fn from(name: HvAllArchRegisterName) -> Self

Converts to this type from the input type.
Source§

impl From<HvRegisterName> for HvAllArchRegisterName

Source§

fn from(name: HvRegisterName) -> Self

Converts to this type from the input type.
Source§

impl FromBytes for HvAllArchRegisterName
where u32: FromBytes,

§

fn ref_from_bytes( source: &[u8], ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout + Immutable,

Interprets the given source as a &Self. Read more
§

fn ref_from_prefix( source: &[u8], ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout + Immutable,

Interprets the prefix of the given source as a &Self without copying. Read more
§

fn ref_from_suffix( source: &[u8], ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: Immutable + KnownLayout,

Interprets the suffix of the given bytes as a &Self. Read more
§

fn mut_from_bytes( source: &mut [u8], ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the given source as a &mut Self. Read more
§

fn mut_from_prefix( source: &mut [u8], ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the prefix of the given source as a &mut Self without copying. Read more
§

fn mut_from_suffix( source: &mut [u8], ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the suffix of the given source as a &mut Self without copying. Read more
§

fn read_from_bytes(source: &[u8]) -> Result<Self, SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the given source. Read more
§

fn read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the prefix of the given source. Read more
§

fn read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the suffix of the given source. Read more
Source§

impl FromZeros for HvAllArchRegisterName
where u32: FromZeros,

§

fn zero(&mut self)

Overwrites self with zeros. Read more
§

fn new_zeroed() -> Self
where Self: Sized,

Creates an instance of Self from zeroed bytes. Read more
§

fn new_box_zeroed() -> Result<Box<Self>, AllocError>
where Self: Sized,

Creates a Box<Self> from zeroed bytes. Read more
§

fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>
where Self: Sized,

Creates a Vec<Self> from zeroed bytes. Read more
§

fn extend_vec_zeroed( v: &mut Vec<Self>, additional: usize, ) -> Result<(), AllocError>
where Self: Sized,

Extends a Vec<Self> by pushing additional new items onto the end of the vector. The new items are initialized with zeros.
§

fn insert_vec_zeroed( v: &mut Vec<Self>, position: usize, additional: usize, ) -> Result<(), AllocError>
where Self: Sized,

Inserts additional new items into Vec<Self> at position. The new items are initialized with zeros. Read more
Source§

impl Hash for HvAllArchRegisterName

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl IntoBytes for HvAllArchRegisterName
where u32: IntoBytes,

§

fn as_bytes(&self) -> &[u8]
where Self: Immutable,

Gets the bytes of this value. Read more
§

fn as_mut_bytes(&mut self) -> &mut [u8]
where Self: FromBytes,

Gets the bytes of this value mutably. Read more
§

fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to dst. Read more
§

fn write_to_prefix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the prefix of dst. Read more
§

fn write_to_suffix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the suffix of dst. Read more
Source§

impl KnownLayout for HvAllArchRegisterName
where Self: Sized,

Source§

type PointerMetadata = ()

The type of metadata stored in a pointer to Self. Read more
§

fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>

Computes the size of an object of type Self with the given pointer metadata. Read more
Source§

impl Ord for HvAllArchRegisterName

Source§

fn cmp(&self, other: &HvAllArchRegisterName) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for HvAllArchRegisterName

Source§

fn eq(&self, other: &HvAllArchRegisterName) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for HvAllArchRegisterName

Source§

fn partial_cmp(&self, other: &HvAllArchRegisterName) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl TryFromBytes for HvAllArchRegisterName
where u32: TryFromBytes,

§

fn try_ref_from_bytes( source: &[u8], ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the given source as a &Self. Read more
§

fn try_ref_from_prefix( source: &[u8], ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the prefix of the given source as a &Self. Read more
§

fn try_ref_from_suffix( source: &[u8], ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the suffix of the given source as a &Self. Read more
§

fn try_mut_from_bytes( bytes: &mut [u8], ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout + IntoBytes,

Attempts to interpret the given source as a &mut Self without copying. Read more
§

fn try_mut_from_prefix( source: &mut [u8], ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout + IntoBytes,

Attempts to interpret the prefix of the given source as a &mut Self. Read more
§

fn try_mut_from_suffix( source: &mut [u8], ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout + IntoBytes,

Attempts to interpret the suffix of the given source as a &mut Self. Read more
§

fn try_read_from_bytes( source: &[u8], ) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read the given source as a Self. Read more
§

fn try_read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the prefix of the given source. Read more
§

fn try_read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the suffix of the given source. Read more
Source§

impl Copy for HvAllArchRegisterName

Source§

impl Eq for HvAllArchRegisterName

Source§

impl Immutable for HvAllArchRegisterName
where u32: Immutable,

Source§

impl StructuralPartialEq for HvAllArchRegisterName

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.