pub struct Ipv6PathMtuDiscovery(/* private fields */);
Expand description
IPv6 Path MTU Discovery option values (IPV6_PMTUDISC_*
) for use with
set_ipv6_mtu_discover
and ipv6_mtu_discover
.
§References
Implementations§
Source§impl Ipv6PathMtuDiscovery
impl Ipv6PathMtuDiscovery
Sourcepub const fn from_raw(raw: RawIpv6PathMtuDiscovery) -> Self
pub const fn from_raw(raw: RawIpv6PathMtuDiscovery) -> Self
Constructs an option from a raw integer.
Sourcepub const fn as_raw(self) -> RawIpv6PathMtuDiscovery
pub const fn as_raw(self) -> RawIpv6PathMtuDiscovery
Returns the raw integer for this option.
Trait Implementations§
Source§impl Clone for Ipv6PathMtuDiscovery
impl Clone for Ipv6PathMtuDiscovery
Source§fn clone(&self) -> Ipv6PathMtuDiscovery
fn clone(&self) -> Ipv6PathMtuDiscovery
Returns a duplicate 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 Ipv6PathMtuDiscovery
impl Debug for Ipv6PathMtuDiscovery
Source§impl Hash for Ipv6PathMtuDiscovery
impl Hash for Ipv6PathMtuDiscovery
Source§impl PartialEq for Ipv6PathMtuDiscovery
impl PartialEq for Ipv6PathMtuDiscovery
impl Copy for Ipv6PathMtuDiscovery
impl Eq for Ipv6PathMtuDiscovery
impl StructuralPartialEq for Ipv6PathMtuDiscovery
Auto Trait Implementations§
impl Freeze for Ipv6PathMtuDiscovery
impl RefUnwindSafe for Ipv6PathMtuDiscovery
impl Send for Ipv6PathMtuDiscovery
impl Sync for Ipv6PathMtuDiscovery
impl Unpin for Ipv6PathMtuDiscovery
impl UnwindSafe for Ipv6PathMtuDiscovery
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