pub struct TdxGuestDevice { /* private fields */ }
Expand description
Abstraction of the /dev/tdx_guest device.
Implementations§
Auto Trait Implementations§
impl Freeze for TdxGuestDevice
impl RefUnwindSafe for TdxGuestDevice
impl Send for TdxGuestDevice
impl Sync for TdxGuestDevice
impl Unpin for TdxGuestDevice
impl UnwindSafe for TdxGuestDevice
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