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