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