pub enum TdxGp {}
Implementations§
Source§impl TdxGp
impl TdxGp
pub const RAX: usize = 0usize
pub const RCX: usize = 1usize
pub const RDX: usize = 2usize
pub const RBX: usize = 3usize
pub const RSP: usize = 4usize
pub const RBP: usize = 5usize
pub const RSI: usize = 6usize
pub const RDI: usize = 7usize
pub const R8: usize = 8usize
pub const R9: usize = 9usize
pub const R10: usize = 10usize
pub const R11: usize = 11usize
pub const R12: usize = 12usize
pub const R13: usize = 13usize
pub const R14: usize = 14usize
pub const R15: usize = 15usize
Auto Trait Implementations§
impl Freeze for TdxGp
impl RefUnwindSafe for TdxGp
impl Send for TdxGp
impl Sync for TdxGp
impl Unpin for TdxGp
impl UnwindSafe for TdxGp
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