#[repr(C)]
pub struct AddrUnix {Show 16 fields
pub b0: u8,
pub b1: u8,
pub b2: u8,
pub b3: u8,
pub b4: u8,
pub b5: u8,
pub b6: u8,
pub b7: u8,
pub b8: u8,
pub b9: u8,
pub b10: u8,
pub b11: u8,
pub b12: u8,
pub b13: u8,
pub b14: u8,
pub b15: u8,
}
Performs copy-assignment from
source.
Read more
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.