#[repr(u8)]pub enum NR_A {
Bits11 = 0,
Bits12 = 1,
Bits13 = 2,
}
Expand description
Number of row address bits
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for NR_A
impl StructuralPartialEq for NR_A
Auto Trait Implementations§
impl Freeze for NR_A
impl RefUnwindSafe for NR_A
impl Send for NR_A
impl Sync for NR_A
impl Unpin for NR_A
impl UnwindSafe for NR_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