#[repr(u8)]pub enum PsCtrlTogDecx {
DISABLE = 0,
DECX2 = 1,
DECX4 = 2,
DECX8 = 3,
}Variants§
DISABLE = 0
Disable pre-decimation filter.
DECX2 = 1
Decimate PS by 2.
DECX4 = 2
Decimate PS by 4.
DECX8 = 3
Decimate PS by 8.
Implementations§
Source§impl PsCtrlTogDecx
impl PsCtrlTogDecx
Trait Implementations§
Source§impl Clone for PsCtrlTogDecx
impl Clone for PsCtrlTogDecx
Source§fn clone(&self) -> PsCtrlTogDecx
fn clone(&self) -> PsCtrlTogDecx
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 PsCtrlTogDecx
impl Debug for PsCtrlTogDecx
Source§impl From<PsCtrlTogDecx> for u8
impl From<PsCtrlTogDecx> for u8
Source§fn from(val: PsCtrlTogDecx) -> u8
fn from(val: PsCtrlTogDecx) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PsCtrlTogDecx
impl From<u8> for PsCtrlTogDecx
Source§fn from(val: u8) -> PsCtrlTogDecx
fn from(val: u8) -> PsCtrlTogDecx
Converts to this type from the input type.
Source§impl Ord for PsCtrlTogDecx
impl Ord for PsCtrlTogDecx
Source§fn cmp(&self, other: &PsCtrlTogDecx) -> Ordering
fn cmp(&self, other: &PsCtrlTogDecx) -> 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 PsCtrlTogDecx
impl PartialEq for PsCtrlTogDecx
Source§impl PartialOrd for PsCtrlTogDecx
impl PartialOrd for PsCtrlTogDecx
impl Copy for PsCtrlTogDecx
impl Eq for PsCtrlTogDecx
impl StructuralPartialEq for PsCtrlTogDecx
Auto Trait Implementations§
impl Freeze for PsCtrlTogDecx
impl RefUnwindSafe for PsCtrlTogDecx
impl Send for PsCtrlTogDecx
impl Sync for PsCtrlTogDecx
impl Unpin for PsCtrlTogDecx
impl UnwindSafe for PsCtrlTogDecx
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