#[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§
§rtnh_len: c_ushort
§rtnh_flags: c_uchar
§rtnh_hops: c_uchar
§rtnh_ifindex: c_int
Trait Implementations§
Source§impl Clone for Struct_rtnexthop
impl Clone for Struct_rtnexthop
Source§impl Default for Struct_rtnexthop
impl Default for Struct_rtnexthop
impl Copy for Struct_rtnexthop
Auto Trait Implementations§
impl Freeze for Struct_rtnexthop
impl RefUnwindSafe for Struct_rtnexthop
impl Send for Struct_rtnexthop
impl Sync for Struct_rtnexthop
impl Unpin for Struct_rtnexthop
impl UnwindSafe for Struct_rtnexthop
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more