pub struct MICSTATUS { /* private fields */ }Expand description
MIC check result
Implementations§
Auto Trait Implementations§
impl !Freeze for MICSTATUS
impl !RefUnwindSafe for MICSTATUS
impl Send for MICSTATUS
impl !Sync for MICSTATUS
impl Unpin for MICSTATUS
impl UnsafeUnpin for MICSTATUS
impl UnwindSafe for MICSTATUS
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