pub struct IpAddMembership;Available on crate features
socket and net only.Expand description
Join a multicast group
Trait Implementations§
source§impl Clone for IpAddMembership
impl Clone for IpAddMembership
source§fn clone(&self) -> IpAddMembership
fn clone(&self) -> IpAddMembership
Returns a copy 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 more