pub enum BandwidthSelection {
OdrDiv2 = 0,
OdrDiv4 = 1,
OdrDiv10 = 2,
OdrDiv20 = 3,
}Expand description
Digital filtering cutoff selection / Bandwidth selection
Variants§
OdrDiv2 = 0
ODR/2 (up to ODR = 800 Hz, 400 Hz when ODR = 1600 Hz)
OdrDiv4 = 1
ODR/4 (HP/LP)
OdrDiv10 = 2
ODR/10 (HP/LP)
OdrDiv20 = 3
ODR/20 (HP/LP)
Trait Implementations§
source§impl Clone for BandwidthSelection
impl Clone for BandwidthSelection
source§fn clone(&self) -> BandwidthSelection
fn clone(&self) -> BandwidthSelection
Returns a copy of the value. Read more
1.6.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 BandwidthSelection
impl Debug for BandwidthSelection
source§impl Default for BandwidthSelection
impl Default for BandwidthSelection
source§fn default() -> BandwidthSelection
fn default() -> BandwidthSelection
Returns the “default value” for a type. Read more
impl Copy for BandwidthSelection
Auto Trait Implementations§
impl Freeze for BandwidthSelection
impl RefUnwindSafe for BandwidthSelection
impl Send for BandwidthSelection
impl Sync for BandwidthSelection
impl Unpin for BandwidthSelection
impl UnwindSafe for BandwidthSelection
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)