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) -> IpMulticastLoop
impl Copy for IpMulticastLoop
impl Debug for IpMulticastLoop
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for IpMulticastLoop
impl 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) -> bool
impl StructuralEq for IpMulticastLoop
impl StructuralPartialEq for IpMulticastLoop
Auto Trait Implementations
impl RefUnwindSafe for IpMulticastLoop
impl Send for IpMulticastLoop
impl Sync for IpMulticastLoop
impl Unpin for IpMulticastLoop
impl UnwindSafe for IpMulticastLoop
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T