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