#[repr(u8)]pub enum Sampaselect {
Adj0 = 0,
Adj1 = 1,
Adj2 = 2,
Adj3 = 3,
}
Expand description
Sample Adjustment
Value on reset: 0
Variants§
Adj0 = 0
0: 16x Over-sampling = 7-8-9; 8x Over-sampling = 3-4-5
Adj1 = 1
1: 16x Over-sampling = 9-10-11; 8x Over-sampling = 4-5-6
Adj2 = 2
2: 16x Over-sampling = 11-12-13; 8x Over-sampling = 5-6-7
Adj3 = 3
3: 16x Over-sampling = 13-14-15; 8x Over-sampling = 6-7-8
Trait Implementations§
Source§impl Clone for Sampaselect
impl Clone for Sampaselect
Source§fn clone(&self) -> Sampaselect
fn clone(&self) -> Sampaselect
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 Sampaselect
impl Debug for Sampaselect
Source§impl From<Sampaselect> for u8
impl From<Sampaselect> for u8
Source§fn from(variant: Sampaselect) -> Self
fn from(variant: Sampaselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sampaselect
impl PartialEq for Sampaselect
impl Copy for Sampaselect
impl Eq for Sampaselect
impl IsEnum for Sampaselect
impl StructuralPartialEq for Sampaselect
Auto Trait Implementations§
impl Freeze for Sampaselect
impl RefUnwindSafe for Sampaselect
impl Send for Sampaselect
impl Sync for Sampaselect
impl Unpin for Sampaselect
impl UnwindSafe for Sampaselect
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