#[repr(u8)]pub enum PsCtrlClrDecy {
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 PsCtrlClrDecy
impl PsCtrlClrDecy
Trait Implementations§
Source§impl Clone for PsCtrlClrDecy
impl Clone for PsCtrlClrDecy
Source§fn clone(&self) -> PsCtrlClrDecy
fn clone(&self) -> PsCtrlClrDecy
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 PsCtrlClrDecy
impl Debug for PsCtrlClrDecy
Source§impl From<PsCtrlClrDecy> for u8
impl From<PsCtrlClrDecy> for u8
Source§fn from(val: PsCtrlClrDecy) -> u8
fn from(val: PsCtrlClrDecy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PsCtrlClrDecy
impl From<u8> for PsCtrlClrDecy
Source§fn from(val: u8) -> PsCtrlClrDecy
fn from(val: u8) -> PsCtrlClrDecy
Converts to this type from the input type.
Source§impl Ord for PsCtrlClrDecy
impl Ord for PsCtrlClrDecy
Source§fn cmp(&self, other: &PsCtrlClrDecy) -> Ordering
fn cmp(&self, other: &PsCtrlClrDecy) -> 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 PsCtrlClrDecy
impl PartialEq for PsCtrlClrDecy
Source§impl PartialOrd for PsCtrlClrDecy
impl PartialOrd for PsCtrlClrDecy
impl Copy for PsCtrlClrDecy
impl Eq for PsCtrlClrDecy
impl StructuralPartialEq for PsCtrlClrDecy
Auto Trait Implementations§
impl Freeze for PsCtrlClrDecy
impl RefUnwindSafe for PsCtrlClrDecy
impl Send for PsCtrlClrDecy
impl Sync for PsCtrlClrDecy
impl Unpin for PsCtrlClrDecy
impl UnwindSafe for PsCtrlClrDecy
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