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