pub struct Unix {
pub source: [u8; 108],
pub destination: [u8; 108],
}
Expand description
The source and destination addresses of UNIX sockets.
Fields§
§source: [u8; 108]
The source address of the UNIX socket.
destination: [u8; 108]
The destination address of the UNIX socket.
Implementations§
Trait Implementations§
impl Copy for Unix
impl Eq for Unix
impl StructuralPartialEq for Unix
Auto Trait Implementations§
impl Freeze for Unix
impl RefUnwindSafe for Unix
impl Send for Unix
impl Sync for Unix
impl Unpin for Unix
impl UnwindSafe for Unix
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