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