pub struct IpAddMembership;Available on crate feature
net only.Expand description
Join a multicast group
Trait Implementations§
Source§impl Clone for IpAddMembership
Available on crate feature socket only.
impl Clone for IpAddMembership
Available on crate feature
socket only.Source§fn clone(&self) -> IpAddMembership
fn clone(&self) -> IpAddMembership
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 IpAddMembership
Available on crate feature socket only.
impl Debug for IpAddMembership
Available on crate feature
socket only.Source§impl Hash for IpAddMembership
Available on crate feature socket only.
impl Hash for IpAddMembership
Available on crate feature
socket only.Source§impl PartialEq for IpAddMembership
Available on crate feature socket only.
impl PartialEq for IpAddMembership
Available on crate feature
socket only.Source§impl SetSockOpt for IpAddMembership
Available on crate feature socket only.
impl SetSockOpt for IpAddMembership
Available on crate feature
socket only.impl Copy for IpAddMembership
Available on crate feature
socket only.impl Eq for IpAddMembership
Available on crate feature
socket only.impl StructuralPartialEq for IpAddMembership
Available on crate feature
socket only.Auto Trait Implementations§
impl Freeze for IpAddMembership
Available on Unix only.
impl RefUnwindSafe for IpAddMembership
Available on Unix only.
impl Send for IpAddMembership
Available on Unix only.
impl Sync for IpAddMembership
Available on Unix only.
impl Unpin for IpAddMembership
Available on Unix only.
impl UnsafeUnpin for IpAddMembership
Available on Unix only.
impl UnwindSafe for IpAddMembership
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.