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