pub enum Divselselect {
Div1 = 0,
Div2 = 1,
}
Expand description
Divide Selection
Value on reset: 0
Variants§
Div1 = 0
0: Divide input directly by divider factor
Div2 = 1
1: Divide input by 2^(divider factor+ 1)
Trait Implementations§
Source§impl Clone for Divselselect
impl Clone for Divselselect
Source§fn clone(&self) -> Divselselect
fn clone(&self) -> Divselselect
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 Divselselect
impl Debug for Divselselect
Source§impl From<Divselselect> for bool
impl From<Divselselect> for bool
Source§fn from(variant: Divselselect) -> Self
fn from(variant: Divselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Divselselect
impl PartialEq for Divselselect
impl Copy for Divselselect
impl Eq for Divselselect
impl StructuralPartialEq for Divselselect
Auto Trait Implementations§
impl Freeze for Divselselect
impl RefUnwindSafe for Divselselect
impl Send for Divselselect
impl Sync for Divselselect
impl Unpin for Divselselect
impl UnwindSafe for Divselselect
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