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