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