Struct x86defs::tdx::TdxInstructionInfo
source · pub struct TdxInstructionInfo(/* private fields */);
Expand description
Instruction info returned in r11 for a TDG.VP.ENTER call.
Implementations§
source§impl TdxInstructionInfo
impl TdxInstructionInfo
sourcepub const fn with_length(self, value: u32) -> Self
pub const fn with_length(self, value: u32) -> Self
Bits: 32..64
sourcepub fn set_length(&mut self, value: u32)
pub fn set_length(&mut self, value: u32)
Bits: 32..64
Trait Implementations§
source§impl Clone for TdxInstructionInfo
impl Clone for TdxInstructionInfo
source§fn clone(&self) -> TdxInstructionInfo
fn clone(&self) -> TdxInstructionInfo
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 TdxInstructionInfo
impl Debug for TdxInstructionInfo
source§impl Default for TdxInstructionInfo
impl Default for TdxInstructionInfo
source§impl From<TdxInstructionInfo> for u64
impl From<TdxInstructionInfo> for u64
source§fn from(v: TdxInstructionInfo) -> u64
fn from(v: TdxInstructionInfo) -> u64
Converts to this type from the input type.
source§impl From<u64> for TdxInstructionInfo
impl From<u64> for TdxInstructionInfo
impl Copy for TdxInstructionInfo
Auto Trait Implementations§
impl Freeze for TdxInstructionInfo
impl RefUnwindSafe for TdxInstructionInfo
impl Send for TdxInstructionInfo
impl Sync for TdxInstructionInfo
impl Unpin for TdxInstructionInfo
impl UnwindSafe for TdxInstructionInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)