#[non_exhaustive]#[repr(C)]pub struct SocketAddrAffinity {}Expand description
Definition for socket address scalar affinities
Implementations§
Source§impl SocketAddrAffinity
impl SocketAddrAffinity
Sourcepub const fn builder() -> SocketAddrAffinityBuilder
pub const fn builder() -> SocketAddrAffinityBuilder
Returns a builder for SocketAddrAffinity
Trait Implementations§
Source§impl Clone for SocketAddrAffinity
impl Clone for SocketAddrAffinity
Source§fn clone(&self) -> SocketAddrAffinity
fn clone(&self) -> SocketAddrAffinity
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 SocketAddrAffinity
impl Debug for SocketAddrAffinity
Source§impl Hash for SocketAddrAffinity
impl Hash for SocketAddrAffinity
Source§impl PartialEq for SocketAddrAffinity
impl PartialEq for SocketAddrAffinity
impl Copy for SocketAddrAffinity
impl Eq for SocketAddrAffinity
impl StructuralPartialEq for SocketAddrAffinity
Auto Trait Implementations§
impl Freeze for SocketAddrAffinity
impl RefUnwindSafe for SocketAddrAffinity
impl Send for SocketAddrAffinity
impl Sync for SocketAddrAffinity
impl Unpin for SocketAddrAffinity
impl UnwindSafe for SocketAddrAffinity
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