Fields
ipv6mr_multiaddr: in6_addr
ipv6mr_interface: c_uint
Trait Implementations
sourceimpl Hash for ipv6_mreq
impl Hash for ipv6_mreq
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.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 more
impl Copy for ipv6_mreq
impl Eq for ipv6_mreq
impl StructuralEq for ipv6_mreq
impl StructuralPartialEq for ipv6_mreq
Auto Trait Implementations
impl RefUnwindSafe for ipv6_mreq
impl Send for ipv6_mreq
impl Sync for ipv6_mreq
impl Unpin for ipv6_mreq
impl UnwindSafe for ipv6_mreq
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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