#[repr(C)]pub struct SockAddrIn6 {
pub port: u16,
pub flowinfo: u32,
pub addr: [u16; 8],
pub scope_id: u32,
/* private fields */
}
Fields§
§port: u16
§flowinfo: u32
§addr: [u16; 8]
§scope_id: u32
Implementations§
Trait Implementations§
Source§impl Clone for SockAddrIn6
impl Clone for SockAddrIn6
Source§fn clone(&self) -> SockAddrIn6
fn clone(&self) -> SockAddrIn6
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for SockAddrIn6
impl Display for SockAddrIn6
impl Copy for SockAddrIn6
Auto Trait Implementations§
impl Freeze for SockAddrIn6
impl RefUnwindSafe for SockAddrIn6
impl Send for SockAddrIn6
impl Sync for SockAddrIn6
impl Unpin for SockAddrIn6
impl UnwindSafe for SockAddrIn6
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