Struct nix::sys::socket::sockopt::IpMulticastLoop
pub struct IpMulticastLoop;Documentation
Set or read a boolean integer argument that determines whether sent multicast packets should be looped back to the local sockets.
Trait Implementations
impl Clone for IpMulticastLoop
fn clone(&Self) -> IpMulticastLoopimpl Copy for IpMulticastLoopimpl Debug for IpMulticastLoop
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for IpMulticastLoopimpl Hash for IpMulticastLoop
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl SetSockOpt for IpMulticastLoop
impl GetSockOpt for IpMulticastLoop
impl PartialEq<IpMulticastLoop> for IpMulticastLoop
fn eq(&Self, other: &IpMulticastLoop) -> boolimpl StructuralEq for IpMulticastLoopimpl StructuralPartialEq for IpMulticastLoopAuto Trait Implementations
impl RefUnwindSafe for IpMulticastLoopimpl Send for IpMulticastLoopimpl Sync for IpMulticastLoopimpl Unpin for IpMulticastLoopimpl UnwindSafe for IpMulticastLoopBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T