#[repr(transparent)]pub struct Osr(pub u32);Expand description
CIC Filter decimation rate
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Osr
impl Eq for Osr
impl StructuralPartialEq for Osr
Auto Trait Implementations§
impl Freeze for Osr
impl RefUnwindSafe for Osr
impl Send for Osr
impl Sync for Osr
impl Unpin for Osr
impl UnwindSafe for Osr
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