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