Struct rustix::net::SocketAddrUnix
pub struct SocketAddrUnix { /* fields hidden */ }
Documentation
struct sockaddr_un
Implementations
impl SocketAddrUnix
pub fn new<P: path::Arg>(path: P) -> io::Result<Self>
Construct a new Unix-domain address from a byte slice. filesystem path.
Trait Implementations
impl Clone for SocketAddrUnix
fn clone(&Self) -> SocketAddrUnix
impl Debug for SocketAddrUnix
fn fmt(&Self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result
impl Eq for SocketAddrUnix
impl Hash for SocketAddrUnix
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl Ord for SocketAddrUnix
fn cmp(&Self, other: &SocketAddrUnix) -> $crate::cmp::Ordering
impl PartialEq<SocketAddrUnix> for SocketAddrUnix
fn eq(&Self, other: &SocketAddrUnix) -> bool
fn ne(&Self, other: &SocketAddrUnix) -> bool
impl PartialOrd<SocketAddrUnix> for SocketAddrUnix
fn partial_cmp(&Self, other: &SocketAddrUnix) -> $crate::option::Option<$crate::cmp::Ordering>
impl StructuralEq for SocketAddrUnix
impl StructuralPartialEq for SocketAddrUnix
Auto Trait Implementations
impl RefUnwindSafe for SocketAddrUnix
impl Send for SocketAddrUnix
impl Sync for SocketAddrUnix
impl Unpin for SocketAddrUnix
impl UnwindSafe for SocketAddrUnix
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T