#[repr(C)]pub struct msqid_ds {
pub msg_perm: ipc_perm,
pub msg_stime: i32,
pub msg_rtime: i32,
pub msg_ctime: i32,
pub msg_qnum: u32,
pub msg_qbytes: u32,
pub msg_lspid: i32,
pub msg_lrpid: i32,
/* private fields */
}
Fields§
§msg_perm: ipc_perm
§msg_stime: i32
§msg_rtime: i32
§msg_ctime: i32
§msg_qnum: u32
§msg_qbytes: u32
§msg_lspid: i32
§msg_lrpid: i32
Trait Implementations§
source§impl PartialEq<msqid_ds> for msqid_ds
impl PartialEq<msqid_ds> for msqid_ds
impl Copy for msqid_ds
impl Eq for msqid_ds
impl StructuralEq for msqid_ds
impl StructuralPartialEq for msqid_ds
Auto Trait Implementations§
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.