#[repr(C)]pub struct rt_msghdr {
pub msglen: ushort_t,
pub version: uchar_t,
pub typ: uchar_t,
pub index: ushort_t,
pub flags: c_int,
pub addrs: c_int,
pub pid: pid_t,
pub seq: c_int,
pub errno: c_int,
pub used: c_int,
pub inits: uint_t,
pub rmx: rt_metrics,
}
Fields§
§msglen: ushort_t
§version: uchar_t
§typ: uchar_t
§index: ushort_t
§flags: c_int
§addrs: c_int
§pid: pid_t
§seq: c_int
§errno: c_int
§used: c_int
§inits: uint_t
§rmx: rt_metrics
Trait Implementations§
impl Copy for rt_msghdr
Auto Trait Implementations§
impl Freeze for rt_msghdr
impl RefUnwindSafe for rt_msghdr
impl Send for rt_msghdr
impl Sync for rt_msghdr
impl Unpin for rt_msghdr
impl UnwindSafe for rt_msghdr
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