#[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§
source§impl PartialEq for in6_rtmsg
impl PartialEq for in6_rtmsg
impl Copy for in6_rtmsg
impl Eq for in6_rtmsg
impl StructuralPartialEq for in6_rtmsg
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