#[repr(u8)]pub enum PsCtrlSetDecy {
DISABLE = 0,
DECY2 = 1,
DECY4 = 2,
DECY8 = 3,
}Variants§
DISABLE = 0
Disable pre-decimation filter.
DECY2 = 1
Decimate PS by 2.
DECY4 = 2
Decimate PS by 4.
DECY8 = 3
Decimate PS by 8.
Implementations§
Source§impl PsCtrlSetDecy
impl PsCtrlSetDecy
Trait Implementations§
Source§impl Clone for PsCtrlSetDecy
impl Clone for PsCtrlSetDecy
Source§fn clone(&self) -> PsCtrlSetDecy
fn clone(&self) -> PsCtrlSetDecy
Returns a duplicate 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 PsCtrlSetDecy
impl Debug for PsCtrlSetDecy
Source§impl From<PsCtrlSetDecy> for u8
impl From<PsCtrlSetDecy> for u8
Source§fn from(val: PsCtrlSetDecy) -> u8
fn from(val: PsCtrlSetDecy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PsCtrlSetDecy
impl From<u8> for PsCtrlSetDecy
Source§fn from(val: u8) -> PsCtrlSetDecy
fn from(val: u8) -> PsCtrlSetDecy
Converts to this type from the input type.
Source§impl Ord for PsCtrlSetDecy
impl Ord for PsCtrlSetDecy
Source§fn cmp(&self, other: &PsCtrlSetDecy) -> Ordering
fn cmp(&self, other: &PsCtrlSetDecy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PsCtrlSetDecy
impl PartialEq for PsCtrlSetDecy
Source§impl PartialOrd for PsCtrlSetDecy
impl PartialOrd for PsCtrlSetDecy
impl Copy for PsCtrlSetDecy
impl Eq for PsCtrlSetDecy
impl StructuralPartialEq for PsCtrlSetDecy
Auto Trait Implementations§
impl Freeze for PsCtrlSetDecy
impl RefUnwindSafe for PsCtrlSetDecy
impl Send for PsCtrlSetDecy
impl Sync for PsCtrlSetDecy
impl Unpin for PsCtrlSetDecy
impl UnwindSafe for PsCtrlSetDecy
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