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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)