Enum Rsfltd
#[repr(u8)]pub enum Rsfltd {
DECIMATION4 = 0,
DECIMATION1 = 1,
}
Expand description
Reshaper filter decimation ratio. This bitfield is set and cleared by software. It is used to select the decimation ratio of the reshaper filter.
Variants§
Implementations§
Trait Implementations§
§impl Ord for Rsfltd
impl Ord for Rsfltd
§impl PartialOrd for Rsfltd
impl PartialOrd for Rsfltd
impl Copy for Rsfltd
impl Eq for Rsfltd
impl StructuralPartialEq for Rsfltd
Auto Trait Implementations§
impl Freeze for Rsfltd
impl RefUnwindSafe for Rsfltd
impl Send for Rsfltd
impl Sync for Rsfltd
impl Unpin for Rsfltd
impl UnwindSafe for Rsfltd
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