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