Struct in6_ifreq
#[repr(C)]
pub struct in6_ifreq { pub ifr6_addr: in6_addr, pub ifr6_prefixlen: u32, pub ifr6_ifindex: c_int }
Fields
ifr6_addr: in6_addrifr6_prefixlen: u32ifr6_ifindex: c_int
Trait Implementations
impl Clone for in6_ifreq
fn clone(&self) -> in6_ifreq
impl Copy for in6_ifreq
impl Debug for in6_ifreq
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for in6_ifreq
impl Hash for in6_ifreq
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for in6_ifreq
fn eq(&self, other: &in6_ifreq) -> bool
impl StructuralPartialEq for in6_ifreq
Auto Trait Implementations
impl Freeze for in6_ifreq
impl RefUnwindSafe for in6_ifreq
impl Send for in6_ifreq
impl Sync for in6_ifreq
impl Unpin for in6_ifreq
impl UnsafeUnpin for in6_ifreq
impl UnwindSafe for in6_ifreq
Blanket Implementations
impl<T> Any for in6_ifreq
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for in6_ifreq
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for in6_ifreq
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for in6_ifreq
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for in6_ifreq
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for in6_ifreq
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for in6_ifreq
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for in6_ifreq
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>