pub struct EXMIN { /* private fields */ }
Expand description
Extremes detector minimum register
Implementations§
Auto Trait Implementations§
impl !Freeze for EXMIN
impl !RefUnwindSafe for EXMIN
impl Send for EXMIN
impl !Sync for EXMIN
impl Unpin for EXMIN
impl UnwindSafe for EXMIN
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