#[repr(u8)]pub enum Nchcten {
NCHCTEN_0 = 0,
NCHCTEN_1 = 1,
}Variants§
NCHCTEN_0 = 0
Negative channel is in Discrete Mode and special timing needs to be configured.
NCHCTEN_1 = 1
Negative channel is in Continuous Mode and no special timing is requried.
Implementations§
Trait Implementations§
Source§impl Ord for Nchcten
impl Ord for Nchcten
Source§impl PartialOrd for Nchcten
impl PartialOrd for Nchcten
impl Copy for Nchcten
impl Eq for Nchcten
impl StructuralPartialEq for Nchcten
Auto Trait Implementations§
impl Freeze for Nchcten
impl RefUnwindSafe for Nchcten
impl Send for Nchcten
impl Sync for Nchcten
impl Unpin for Nchcten
impl UnwindSafe for Nchcten
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