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