pub enum JDISCENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field JDISCEN
Variants§
DISABLED
Discontinuous mode on injected channels disabled
ENABLED
Discontinuous mode on injected channels enabled
Auto Trait Implementations§
impl Freeze for JDISCENW
impl RefUnwindSafe for JDISCENW
impl Send for JDISCENW
impl Sync for JDISCENW
impl Unpin for JDISCENW
impl UnwindSafe for JDISCENW
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