Struct libc::rtentry[][src]

#[repr(C)]
pub struct rtentry { pub rt_pad1: c_ulong, pub rt_dst: sockaddr, pub rt_gateway: sockaddr, pub rt_genmask: sockaddr, pub rt_flags: c_ushort, pub rt_pad2: c_short, pub rt_pad3: c_ulong, pub rt_tos: c_uchar, pub rt_class: c_uchar, pub rt_pad4: [c_short; 3], pub rt_metric: c_short, pub rt_dev: *mut c_char, pub rt_mtu: c_ulong, pub rt_window: c_ulong, pub rt_irtt: c_ushort, }

Fields

Trait Implementations

impl Copy for rtentry
[src]

impl Clone for rtentry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for rtentry

impl !Sync for rtentry