pub enum BUFWREN_A {
DISABLE,
ENABLE,
}
Expand description
Buffer Write Enable
Value on reset: 0
Variants
DISABLE
0: Write disable
ENABLE
1: Write enable
Trait Implementations
impl Copy for BUFWREN_A
impl StructuralPartialEq for BUFWREN_A
Auto Trait Implementations
impl RefUnwindSafe for BUFWREN_A
impl Send for BUFWREN_A
impl Sync for BUFWREN_A
impl Unpin for BUFWREN_A
impl UnwindSafe for BUFWREN_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