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