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