#[repr(C)]pub struct msqid_ds {
pub msg_perm: ipc_perm,
pub msg_stime: time_t,
pub msg_rtime: time_t,
pub msg_ctime: time_t,
pub __msg_cbytes: u64,
pub msg_qnum: msgqnum_t,
pub msg_qbytes: msglen_t,
pub msg_lspid: pid_t,
pub msg_lrpid: pid_t,
__glibc_reserved4: u64,
__glibc_reserved5: u64,
}
Fields§
§msg_perm: ipc_perm
§msg_stime: time_t
§msg_rtime: time_t
§msg_ctime: time_t
§__msg_cbytes: u64
§msg_qnum: msgqnum_t
§msg_qbytes: msglen_t
§msg_lspid: pid_t
§msg_lrpid: pid_t
§__glibc_reserved4: u64
§__glibc_reserved5: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for msqid_ds
impl RefUnwindSafe for msqid_ds
impl Send for msqid_ds
impl Sync for msqid_ds
impl Unpin for msqid_ds
impl UnwindSafe for msqid_ds
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