pub enum JDW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field JD
Variants§
ENABLED
Jabber enabled, transmit frames up to 2048 bytes
DISABLED
Jabber disabled, transmit frames up to 16384 bytes
Auto Trait Implementations§
impl Freeze for JDW
impl RefUnwindSafe for JDW
impl Send for JDW
impl Sync for JDW
impl Unpin for JDW
impl UnwindSafe for JDW
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