Enum Tovs
#[repr(u8)]pub enum Tovs {
AllAfterTrigger = 0,
EachAfterTrigger = 1,
}Variants§
AllAfterTrigger = 0
All oversampled conversions for a channel are done consecutively after a trigger.
EachAfterTrigger = 1
Each oversampled conversion for a channel needs a trigger.
Implementations§
Trait Implementations§
impl Copy for Tovs
impl Eq for Tovs
§impl Ord for Tovs
impl Ord for Tovs
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 Tovs
impl PartialOrd for Tovs
impl StructuralPartialEq for Tovs
Auto Trait Implementations§
impl Freeze for Tovs
impl RefUnwindSafe for Tovs
impl Send for Tovs
impl Sync for Tovs
impl Unpin for Tovs
impl UnsafeUnpin for Tovs
impl UnwindSafe for Tovs
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