#[repr(C)]pub struct sockaddr {
pub sa_family: u16,
pub sa_data: [i8; 14],
}Available on crate feature
socket only.Fields§
§sa_family: u16§sa_data: [i8; 14]Trait Implementations§
impl Copy for sockaddr
Available on Unix only.
impl Eq for sockaddr
Available on Unix only.
impl StructuralPartialEq for sockaddr
Available on Unix only.
Auto Trait Implementations§
impl Freeze for sockaddr
Available on Unix only.
impl RefUnwindSafe for sockaddr
Available on Unix only.
impl Send for sockaddr
Available on Unix only.
impl Sync for sockaddr
Available on Unix only.
impl Unpin for sockaddr
Available on Unix only.
impl UnwindSafe for sockaddr
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.