pub enum L1REQW {
Clear = 0,
}
Expand description
L1REQ
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for L1REQW
impl Eq for L1REQW
impl StructuralPartialEq for L1REQW
Auto Trait Implementations§
impl Freeze for L1REQW
impl RefUnwindSafe for L1REQW
impl Send for L1REQW
impl Sync for L1REQW
impl Unpin for L1REQW
impl UnwindSafe for L1REQW
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