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