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