pub enum Bufwrenselect {
Disable = 0,
Enable = 1,
}
Expand description
Buffer Write Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Bufwrenselect
impl Clone for Bufwrenselect
Source§fn clone(&self) -> Bufwrenselect
fn clone(&self) -> Bufwrenselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Bufwrenselect
impl Debug for Bufwrenselect
Source§impl From<Bufwrenselect> for bool
impl From<Bufwrenselect> for bool
Source§fn from(variant: Bufwrenselect) -> Self
fn from(variant: Bufwrenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bufwrenselect
impl PartialEq for Bufwrenselect
impl Copy for Bufwrenselect
impl Eq for Bufwrenselect
impl StructuralPartialEq for Bufwrenselect
Auto Trait Implementations§
impl Freeze for Bufwrenselect
impl RefUnwindSafe for Bufwrenselect
impl Send for Bufwrenselect
impl Sync for Bufwrenselect
impl Unpin for Bufwrenselect
impl UnwindSafe for Bufwrenselect
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