Struct linux_raw_sys::netlink::rtnexthop
source · #[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_ushort
§rtnh_flags: c_uchar
§rtnh_hops: c_uchar
§rtnh_ifindex: c_int
Trait Implementations§
Auto Trait Implementations§
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