pub enum NB {
Nb2 = 0,
Nb4 = 1,
}
Expand description
Number of internal banks
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for NB
impl Eq for NB
impl StructuralPartialEq for NB
Auto Trait Implementations§
impl Freeze for NB
impl RefUnwindSafe for NB
impl Send for NB
impl Sync for NB
impl Unpin for NB
impl UnwindSafe for NB
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