pub struct TdxIoAccess;
Expand description
Tdcall based io port access.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TdxIoAccess
impl RefUnwindSafe for TdxIoAccess
impl Send for TdxIoAccess
impl Sync for TdxIoAccess
impl Unpin for TdxIoAccess
impl UnwindSafe for TdxIoAccess
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