#[repr(u8)]
pub enum WMODE_A {
MAN,
ADW,
AQW,
AP,
}
Expand description
Write Mode
Value on reset: 0
Variants
MAN
0: Manual Write
ADW
1: Automatic Double Word Write
AQW
2: Automatic Quad Word
AP
3: Automatic Page Write
Trait Implementations
impl Copy for WMODE_A
impl StructuralPartialEq for WMODE_A
Auto Trait Implementations
impl RefUnwindSafe for WMODE_A
impl Send for WMODE_A
impl Sync for WMODE_A
impl Unpin for WMODE_A
impl UnwindSafe for WMODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more