Struct cups_sys::ip6_mtuinfo [] [src]

#[repr(C)]
pub struct ip6_mtuinfo { pub ip6m_addr: sockaddr_in6, pub ip6m_mtu: u32, }

Fields

Trait Implementations

impl Copy for ip6_mtuinfo
[src]

impl Clone for ip6_mtuinfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more