pub struct Dm { /* private fields */ }Expand description
DM - Disconnected Mode (4.3.3.5, page 23)
The reply if the incoming packet implies a connection is active, or if a SABM(E) was received and nothing was ready to receive it.
Basically a TCP RST.
Trait Implementations§
impl StructuralPartialEq for Dm
Auto Trait Implementations§
impl Freeze for Dm
impl RefUnwindSafe for Dm
impl Send for Dm
impl Sync for Dm
impl Unpin for Dm
impl UnwindSafe for Dm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)