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 Ord for Trovs
impl Ord for Trovs
§impl PartialOrd for Trovs
impl PartialOrd for Trovs
impl Copy for Trovs
impl Eq 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)