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