pub struct Ipv6MulticastHops;
Expand description
Set or read the hop limit value of outgoing IPv6 multicast packets for this socket.
Trait Implementations§
source§impl Clone for Ipv6MulticastHops
impl Clone for Ipv6MulticastHops
source§fn clone(&self) -> Ipv6MulticastHops
fn clone(&self) -> Ipv6MulticastHops
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Ipv6MulticastHops
impl Debug for Ipv6MulticastHops
source§impl GetSockOpt for Ipv6MulticastHops
impl GetSockOpt for Ipv6MulticastHops
source§impl Hash for Ipv6MulticastHops
impl Hash for Ipv6MulticastHops
source§impl PartialEq for Ipv6MulticastHops
impl PartialEq for Ipv6MulticastHops
source§impl SetSockOpt for Ipv6MulticastHops
impl SetSockOpt for Ipv6MulticastHops
impl Copy for Ipv6MulticastHops
impl Eq for Ipv6MulticastHops
impl StructuralPartialEq for Ipv6MulticastHops
Auto Trait Implementations§
impl Freeze for Ipv6MulticastHops
impl RefUnwindSafe for Ipv6MulticastHops
impl Send for Ipv6MulticastHops
impl Sync for Ipv6MulticastHops
impl Unpin for Ipv6MulticastHops
impl UnwindSafe for Ipv6MulticastHops
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)