#[repr(C)]pub struct in6_rtmsg {
rtmsg_dst: in6_addr,
rtmsg_src: in6_addr,
rtmsg_gateway: in6_addr,
rtmsg_type: u32,
rtmsg_dst_len: u16,
rtmsg_src_len: u16,
rtmsg_metric: u32,
rtmsg_info: c_ulong,
rtmsg_flags: u32,
rtmsg_ifindex: c_int,
}
Fields§
§rtmsg_dst: in6_addr
§rtmsg_src: in6_addr
§rtmsg_gateway: in6_addr
§rtmsg_type: u32
§rtmsg_dst_len: u16
§rtmsg_src_len: u16
§rtmsg_metric: u32
§rtmsg_info: c_ulong
§rtmsg_flags: u32
§rtmsg_ifindex: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for in6_rtmsg
impl RefUnwindSafe for in6_rtmsg
impl Send for in6_rtmsg
impl Sync for in6_rtmsg
impl Unpin for in6_rtmsg
impl UnwindSafe for in6_rtmsg
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§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)] const IS_ZST: bool = _
#[doc(hidden)] const IS_ZST: bool = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const LAYOUT: Layout = _
#[doc(hidden)] const LAYOUT: Layout = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const MAX_SLICE_LEN: usize = _
#[doc(hidden)] const MAX_SLICE_LEN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)The largest safe length for a
[Self]
. Read more