Enum Over8
#[repr(u8)]pub enum Over8 {
Oversampling16 = 0,
Oversampling8 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Over8
impl Eq for Over8
§impl Ord for Over8
impl Ord for Over8
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Over8
impl PartialOrd 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 UnsafeUnpin 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