#[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_qnum: msgqnum_t,
pub msg_qbytes: msglen_t,
pub msg_lspid: pid_t,
pub msg_lrpid: pid_t,
/* private fields */
}
Fields§
§msg_perm: ipc_perm
§msg_stime: time_t
§msg_rtime: time_t
§msg_ctime: time_t
§msg_qnum: msgqnum_t
§msg_qbytes: msglen_t
§msg_lspid: pid_t
§msg_lrpid: pid_t
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)