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