Struct linux_raw_sys::general::ip6_mtuinfo
source · #[repr(C)]pub struct ip6_mtuinfo {
pub ip6m_addr: sockaddr_in6,
pub ip6m_mtu: __u32,
}
Fields§
§ip6m_addr: sockaddr_in6
§ip6m_mtu: __u32
Trait Implementations§
source§impl Clone for ip6_mtuinfo
impl Clone for ip6_mtuinfo
source§fn clone(&self) -> ip6_mtuinfo
fn clone(&self) -> ip6_mtuinfo
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 more