pub struct MATCHREL { /* private fields */ }Expand description
SCT match reload value register 0 to 15; REGMOD0 = 0 to REGMODE15 = 0
Implementations§
Auto Trait Implementations§
impl !Freeze for MATCHREL
impl !RefUnwindSafe for MATCHREL
impl Send for MATCHREL
impl !Sync for MATCHREL
impl Unpin for MATCHREL
impl UnwindSafe for MATCHREL
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