pub struct SocketAddrUnix { /* private fields */ }
Available on crate feature
net
only.Expand description
struct sockaddr_un
Implementations§
Trait Implementations§
Source§impl Clone for SocketAddrUnix
impl Clone for SocketAddrUnix
Source§fn clone(&self) -> SocketAddrUnix
fn clone(&self) -> SocketAddrUnix
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 SocketAddrUnix
impl Debug for SocketAddrUnix
Source§impl From<SocketAddrUnix> for SocketAddrAny
impl From<SocketAddrUnix> for SocketAddrAny
Source§fn from(from: SocketAddrUnix) -> Self
fn from(from: SocketAddrUnix) -> Self
Converts to this type from the input type.
Source§impl Hash for SocketAddrUnix
impl Hash for SocketAddrUnix
Source§impl Ord for SocketAddrUnix
impl Ord for SocketAddrUnix
Source§impl PartialEq for SocketAddrUnix
impl PartialEq for SocketAddrUnix
Source§impl PartialOrd for SocketAddrUnix
impl PartialOrd for SocketAddrUnix
impl Eq for SocketAddrUnix
Auto Trait Implementations§
impl Freeze for SocketAddrUnix
impl RefUnwindSafe for SocketAddrUnix
impl Send for SocketAddrUnix
impl Sync for SocketAddrUnix
impl Unpin for SocketAddrUnix
impl UnwindSafe for SocketAddrUnix
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