Struct nix::sys::socket::Ipv6MembershipRequest [−][src]
#[repr(transparent)]pub struct Ipv6MembershipRequest(_);
Expand description
Request for ipv6 multicast socket operations
This is a wrapper type around ipv6_mreq
.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Ipv6MembershipRequest
impl Send for Ipv6MembershipRequest
impl Sync for Ipv6MembershipRequest
impl Unpin for Ipv6MembershipRequest
impl UnwindSafe for Ipv6MembershipRequest
Blanket Implementations
Mutably borrows from an owned value. Read more