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