#[repr(C)]pub struct in6_ifreq {
pub ifr6_addr: in6_addr,
pub ifr6_prefixlen: u32,
pub ifr6_ifindex: c_int,
}
Fields
ifr6_addr: in6_addr
ifr6_prefixlen: u32
ifr6_ifindex: c_int
Trait Implementations
sourceimpl Hash for in6_ifreq
impl Hash for in6_ifreq
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moreimpl Copy for in6_ifreq
impl Eq for in6_ifreq
impl StructuralEq for in6_ifreq
impl StructuralPartialEq for in6_ifreq
Auto Trait Implementations
impl RefUnwindSafe for in6_ifreq
impl Send for in6_ifreq
impl Sync for in6_ifreq
impl Unpin for in6_ifreq
impl UnwindSafe for in6_ifreq
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more