pub struct Dissociate { /* private fields */ }Expand description
Command Dissociate
+----------+
| ASSOC_ID |
+----------+
| 2 |
+----------+where:
ASSOC_ID- UDP froward session ID
Implementations§
Source§impl Dissociate
impl Dissociate
Trait Implementations§
Source§impl Clone for Dissociate
impl Clone for Dissociate
Source§fn clone(&self) -> Dissociate
fn clone(&self) -> Dissociate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Dissociate
impl Debug for Dissociate
Source§impl From<Dissociate> for (u16,)
impl From<Dissociate> for (u16,)
Source§fn from(dissoc: Dissociate) -> Self
fn from(dissoc: Dissociate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Dissociate
impl RefUnwindSafe for Dissociate
impl Send for Dissociate
impl Sync for Dissociate
impl Unpin for Dissociate
impl UnwindSafe for Dissociate
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