Struct netlink::Struct_rtnexthop [] [src]

#[repr(C)]
pub struct Struct_rtnexthop { pub rtnh_len: c_ushort, pub rtnh_flags: c_uchar, pub rtnh_hops: c_uchar, pub rtnh_ifindex: c_int, }

Fields

Trait Implementations

impl Copy for Struct_rtnexthop
[src]

impl Clone for Struct_rtnexthop
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_rtnexthop
[src]

Returns the "default value" for a type. Read more