Struct linux_raw_sys::v5_4::netlink::rtnexthop [−][src]
#[repr(C)]pub struct rtnexthop { pub rtnh_len: c_ushort, pub rtnh_flags: c_uchar, pub rtnh_hops: c_uchar, pub rtnh_ifindex: c_int, }
Fields
rtnh_len: c_ushortrtnh_flags: c_ucharrtnh_hops: c_ucharrtnh_ifindex: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rtnexthopimpl UnwindSafe for rtnexthopBlanket Implementations
Mutably borrows from an owned value. Read more