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