pub enum Osr {
Opt256,
Opt512,
Opt1024,
Opt2048,
Opt4096,
}Expand description
Oversampling ratio See datasheet for more information.
Variants§
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