pub struct EnquireLinkRequest {
pub sequence_number: u32,
}Expand description
Represents an Enquire Link Request PDU.
Used to check the health of the connection.
Fields§
§sequence_number: u32Sequence number of the PDU
Implementations§
Source§impl EnquireLinkRequest
impl EnquireLinkRequest
Trait Implementations§
Source§impl Clone for EnquireLinkRequest
impl Clone for EnquireLinkRequest
Source§fn clone(&self) -> EnquireLinkRequest
fn clone(&self) -> EnquireLinkRequest
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 EnquireLinkRequest
impl Debug for EnquireLinkRequest
Source§impl PartialEq for EnquireLinkRequest
impl PartialEq for EnquireLinkRequest
impl StructuralPartialEq for EnquireLinkRequest
Auto Trait Implementations§
impl Freeze for EnquireLinkRequest
impl RefUnwindSafe for EnquireLinkRequest
impl Send for EnquireLinkRequest
impl Sync for EnquireLinkRequest
impl Unpin for EnquireLinkRequest
impl UnwindSafe for EnquireLinkRequest
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