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