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