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