pub enum SamplingMode {
None = 0,
IADC = 1,
QADC = 2,
Error = 3,
}
Expand description
Sampling modes.
Variants§
Auto Trait Implementations§
impl Freeze for SamplingMode
impl RefUnwindSafe for SamplingMode
impl Send for SamplingMode
impl Sync for SamplingMode
impl Unpin for SamplingMode
impl UnwindSafe for SamplingMode
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