#[repr(C)]pub struct AddrUnix {}Fields
b0: u8b1: u8b2: u8b3: u8b4: u8b5: u8b6: u8b7: u8b8: u8b9: u8b10: u8b11: u8b12: u8b13: u8b14: u8b15: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddrUnix
impl Send for AddrUnix
impl Sync for AddrUnix
impl Unpin for AddrUnix
impl UnwindSafe for AddrUnix
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more