pub struct Ipv6DropMembership;Available on crate feature
net only.Expand description
Leave an IPv6 multicast group.
Trait Implementations§
Source§impl Clone for Ipv6DropMembership
Available on crate feature socket only.
impl Clone for Ipv6DropMembership
Available on crate feature
socket only.Source§fn clone(&self) -> Ipv6DropMembership
fn clone(&self) -> Ipv6DropMembership
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ipv6DropMembership
Available on crate feature socket only.
impl Debug for Ipv6DropMembership
Available on crate feature
socket only.Source§impl Hash for Ipv6DropMembership
Available on crate feature socket only.
impl Hash for Ipv6DropMembership
Available on crate feature
socket only.Source§impl PartialEq for Ipv6DropMembership
Available on crate feature socket only.
impl PartialEq for Ipv6DropMembership
Available on crate feature
socket only.Source§impl SetSockOpt for Ipv6DropMembership
Available on crate feature socket only.
impl SetSockOpt for Ipv6DropMembership
Available on crate feature
socket only.impl Copy for Ipv6DropMembership
Available on crate feature
socket only.impl Eq for Ipv6DropMembership
Available on crate feature
socket only.impl StructuralPartialEq for Ipv6DropMembership
Available on crate feature
socket only.Auto Trait Implementations§
impl Freeze for Ipv6DropMembership
Available on Unix only.
impl RefUnwindSafe for Ipv6DropMembership
Available on Unix only.
impl Send for Ipv6DropMembership
Available on Unix only.
impl Sync for Ipv6DropMembership
Available on Unix only.
impl Unpin for Ipv6DropMembership
Available on Unix only.
impl UnwindSafe for Ipv6DropMembership
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.