pub enum JDISCEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Discontinuous mode on injected channels
Value on reset: 0
Variants§
Disabled = 0
0: Discontinuous mode on injected channels disabled
Enabled = 1
1: Discontinuous mode on injected channels enabled
Trait Implementations§
impl Copy for JDISCEN
impl Eq for JDISCEN
impl StructuralPartialEq for JDISCEN
Auto Trait Implementations§
impl Freeze for JDISCEN
impl RefUnwindSafe for JDISCEN
impl Send for JDISCEN
impl Sync for JDISCEN
impl Unpin for JDISCEN
impl UnwindSafe for JDISCEN
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