pub enum Rwctrlselect {
Disable = 0,
Enable = 1,
}
Expand description
Read Wait Control
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Rwctrlselect
impl Clone for Rwctrlselect
Source§fn clone(&self) -> Rwctrlselect
fn clone(&self) -> Rwctrlselect
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 Rwctrlselect
impl Debug for Rwctrlselect
Source§impl From<Rwctrlselect> for bool
impl From<Rwctrlselect> for bool
Source§fn from(variant: Rwctrlselect) -> Self
fn from(variant: Rwctrlselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Rwctrlselect
impl PartialEq for Rwctrlselect
impl Copy for Rwctrlselect
impl Eq for Rwctrlselect
impl StructuralPartialEq for Rwctrlselect
Auto Trait Implementations§
impl Freeze for Rwctrlselect
impl RefUnwindSafe for Rwctrlselect
impl Send for Rwctrlselect
impl Sync for Rwctrlselect
impl Unpin for Rwctrlselect
impl UnwindSafe for Rwctrlselect
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