pub struct GenericRaw { /* private fields */ }
Trait Implementations§
Source§impl Clone for GenericRaw
impl Clone for GenericRaw
Source§fn clone(&self) -> GenericRaw
fn clone(&self) -> GenericRaw
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 GenericRaw
impl Debug for GenericRaw
Source§impl Endpoint<GenericRaw> for GenericEndpoint<GenericRaw>
impl Endpoint<GenericRaw> for GenericEndpoint<GenericRaw>
fn protocol(&self) -> GenericRaw
Source§impl Ord for GenericRaw
impl Ord for GenericRaw
Source§fn cmp(&self, other: &GenericRaw) -> Ordering
fn cmp(&self, other: &GenericRaw) -> 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 GenericRaw
impl PartialEq for GenericRaw
Source§impl PartialOrd for GenericRaw
impl PartialOrd for GenericRaw
Source§impl Protocol for GenericRaw
impl Protocol for GenericRaw
type Endpoint = GenericEndpoint<GenericRaw>
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 GenericRaw
impl StructuralPartialEq for GenericRaw
Auto Trait Implementations§
impl Freeze for GenericRaw
impl RefUnwindSafe for GenericRaw
impl Send for GenericRaw
impl Sync for GenericRaw
impl Unpin for GenericRaw
impl UnwindSafe for GenericRaw
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