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