Struct nix::sys::socket::IpMembershipRequest [−][src]
#[repr(transparent)]pub struct IpMembershipRequest(_);
Expand description
Request for multicast socket operations
This is a wrapper type around ip_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 IpMembershipRequest
impl Send for IpMembershipRequest
impl Sync for IpMembershipRequest
impl Unpin for IpMembershipRequest
impl UnwindSafe for IpMembershipRequest
Blanket Implementations
Mutably borrows from an owned value. Read more