#[repr(C)]pub(crate) struct rtnexthop {
pub rtnh_len: u16,
pub rtnh_flags: u8,
pub rtnh_hops: u8,
pub rtnh_ifindex: i32,
}
Fields§
§rtnh_len: u16
§rtnh_flags: u8
§rtnh_hops: u8
§rtnh_ifindex: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for rtnexthop
impl RefUnwindSafe for rtnexthop
impl Send for rtnexthop
impl Sync for rtnexthop
impl Unpin for rtnexthop
impl UnwindSafe for 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