[][src]Union nc::types::in6_un_t

#[repr(C)]
pub union in6_un_t {
    pub u6_addr8: [u8; 16],
    pub u6_addr16: [be16_t; 8],
    pub u6_addr32: [be32_t; 4],
}

SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note Types and definitions for AF_INET6 Linux INET6 implementation

Fields

u6_addr8: [u8; 16]u6_addr16: [be16_t; 8]u6_addr32: [be32_t; 4]

Auto Trait Implementations

impl Unpin for in6_un_t

impl Send for in6_un_t

impl Sync for in6_un_t

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]