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