pub struct GenericSeqPacket { /* private fields */ }
Trait Implementations§
Source§impl Clone for GenericSeqPacket
impl Clone for GenericSeqPacket
Source§fn clone(&self) -> GenericSeqPacket
fn clone(&self) -> GenericSeqPacket
Returns a copy 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 GenericSeqPacket
impl Debug for GenericSeqPacket
Source§impl Endpoint<GenericSeqPacket> for GenericEndpoint<GenericSeqPacket>
impl Endpoint<GenericSeqPacket> for GenericEndpoint<GenericSeqPacket>
fn protocol(&self) -> GenericSeqPacket
Source§impl Ord for GenericSeqPacket
impl Ord for GenericSeqPacket
Source§fn cmp(&self, other: &GenericSeqPacket) -> Ordering
fn cmp(&self, other: &GenericSeqPacket) -> Ordering
1.21.0 · 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
Source§impl PartialEq for GenericSeqPacket
impl PartialEq for GenericSeqPacket
Source§impl PartialOrd for GenericSeqPacket
impl PartialOrd for GenericSeqPacket
Source§impl Protocol for GenericSeqPacket
impl Protocol for GenericSeqPacket
type Endpoint = GenericEndpoint<GenericSeqPacket>
Source§fn family_type(&self) -> i32
fn family_type(&self) -> i32
Reurns a value suitable for passing as the domain argument.
Source§fn socket_type(&self) -> i32
fn socket_type(&self) -> i32
Returns a value suitable for passing as the type argument.
Source§fn protocol_type(&self) -> i32
fn protocol_type(&self) -> i32
Returns a value suitable for passing as the protocol argument.
unsafe fn uninitialized(&self) -> Self::Endpoint
impl Eq for GenericSeqPacket
impl StructuralPartialEq for GenericSeqPacket
Auto Trait Implementations§
impl Freeze for GenericSeqPacket
impl RefUnwindSafe for GenericSeqPacket
impl Send for GenericSeqPacket
impl Sync for GenericSeqPacket
impl Unpin for GenericSeqPacket
impl UnwindSafe for GenericSeqPacket
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