Struct ipv6_mreq
#[repr(C)]
pub struct ipv6_mreq { pub ipv6mr_multiaddr: in6_addr, pub ipv6mr_interface: c_uint }
Fields
ipv6mr_multiaddr: in6_addripv6mr_interface: c_uint
Trait Implementations
impl Clone for ipv6_mreq
fn clone(&self) -> ipv6_mreq
impl Copy for ipv6_mreq
impl Debug for ipv6_mreq
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for ipv6_mreq
impl Hash for ipv6_mreq
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for ipv6_mreq
fn eq(&self, other: &ipv6_mreq) -> bool
impl StructuralPartialEq for ipv6_mreq
Auto Trait Implementations
impl Freeze for ipv6_mreq
impl RefUnwindSafe for ipv6_mreq
impl Send for ipv6_mreq
impl Sync for ipv6_mreq
impl Unpin for ipv6_mreq
impl UnsafeUnpin for ipv6_mreq
impl UnwindSafe for ipv6_mreq
Blanket Implementations
impl<T> Any for ipv6_mreq
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ipv6_mreq
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ipv6_mreq
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ipv6_mreq
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ipv6_mreq
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ipv6_mreq
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 ipv6_mreq
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ipv6_mreq
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>