#[repr(u8)]pub enum Hpfs {
BYPASS = 0,
HIGH_PASS_1750HZ = 1,
HIGH_PASS_215HZ = 2,
_RESERVED_3 = 3,
}Variants§
BYPASS = 0
First filter by-pass.
HIGH_PASS_1750HZ = 1
High pass filter with -3dB cut-off at 1750Hz.
HIGH_PASS_215HZ = 2
High pass filter with -3dB cut-off at 215Hz.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Hpfs
impl Ord for Hpfs
Source§impl PartialOrd for Hpfs
impl PartialOrd for Hpfs
impl Copy for Hpfs
impl Eq for Hpfs
impl StructuralPartialEq for Hpfs
Auto Trait Implementations§
impl Freeze for Hpfs
impl RefUnwindSafe for Hpfs
impl Send for Hpfs
impl Sync for Hpfs
impl Unpin for Hpfs
impl UnwindSafe for Hpfs
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