Struct nix::sys::socket::Ipv6MembershipRequest
[−]
[src]
#[repr(C)]pub struct Ipv6MembershipRequest(_);
Request for ipv6 multicast socket operations
This is a wrapper type around ipv6_mreq.
Methods
impl Ipv6MembershipRequest[src]
Trait Implementations
impl Clone for Ipv6MembershipRequest[src]
fn clone(&self) -> Ipv6MembershipRequest[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Ipv6MembershipRequest[src]
impl PartialEq for Ipv6MembershipRequest[src]
fn eq(&self, other: &Self) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.