pub struct OVR_MISR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for OVR_MISR
impl RefUnwindSafe for OVR_MISR
impl Send for OVR_MISR
impl Sync for OVR_MISR
impl Unpin for OVR_MISR
impl UnwindSafe for OVR_MISR
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