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