Struct libc::unix::notbsd::in6_rtmsg[][src]

#[repr(C)]
pub struct in6_rtmsg { rtmsg_dst: in6_addr, rtmsg_src: in6_addr, rtmsg_gateway: in6_addr, rtmsg_type: u32, rtmsg_dst_len: u16, rtmsg_src_len: u16, rtmsg_metric: u32, rtmsg_info: c_ulong, rtmsg_flags: u32, rtmsg_ifindex: c_int, }

Fields

Trait Implementations

impl Copy for in6_rtmsg
[src]

impl Clone for in6_rtmsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for in6_rtmsg

impl Sync for in6_rtmsg