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