Struct Over
#[repr(transparent)]pub struct Over(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Over
impl Over
pub const OVERSAMPLING16: Self
pub const OVERSAMPLING16: Self
Oversampling by 16
pub const OVERSAMPLING8: Self
pub const OVERSAMPLING8: Self
Oversampling by 8
Trait Implementations§
§impl Ord for Over
impl Ord for Over
§impl PartialOrd for Over
impl PartialOrd for Over
impl Copy for Over
impl Eq for Over
impl StructuralPartialEq for Over
Auto Trait Implementations§
impl Freeze for Over
impl RefUnwindSafe for Over
impl Send for Over
impl Sync for Over
impl Unpin for Over
impl UnwindSafe for Over
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