Enum Jdiscen
#[repr(u8)]pub enum Jdiscen {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Discontinuous mode on injected channels disabled
ENABLED = 1
Discontinuous mode on injected channels enabled
Implementations§
Trait Implementations§
§impl Ord for Jdiscen
impl Ord for Jdiscen
§impl PartialOrd for Jdiscen
impl PartialOrd for Jdiscen
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