pub enum TpmDeviceEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TpmDeviceEvent
impl RefUnwindSafe for TpmDeviceEvent
impl Send for TpmDeviceEvent
impl Sync for TpmDeviceEvent
impl Unpin for TpmDeviceEvent
impl UnwindSafe for TpmDeviceEvent
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