Enum Jd
#[repr(u8)]pub enum Jd {
Enabled = 0,
Disabled = 1,
}Variants§
Enabled = 0
Jabber enabled, transmit frames up to 2048 bytes
Disabled = 1
Jabber disabled, transmit frames up to 16384 bytes
Implementations§
Trait Implementations§
impl Copy for Jd
impl Eq for Jd
§impl Ord for Jd
impl Ord for Jd
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Jd
impl PartialOrd for Jd
impl StructuralPartialEq for Jd
Auto Trait Implementations§
impl Freeze for Jd
impl RefUnwindSafe for Jd
impl Send for Jd
impl Sync for Jd
impl Unpin for Jd
impl UnsafeUnpin for Jd
impl UnwindSafe for Jd
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