pub enum OVER8W {
OVERSAMPLING16,
OVERSAMPLING8,
}
Expand description
Values that can be written to the field OVER8
Variants§
Auto Trait Implementations§
impl Freeze for OVER8W
impl RefUnwindSafe for OVER8W
impl Send for OVER8W
impl Sync for OVER8W
impl Unpin for OVER8W
impl UnwindSafe for OVER8W
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