Struct openssl_sys::msqid_ds
source · [−]pub struct msqid_ds {
pub msg_perm: ipc_perm,
pub msg_stime: i64,
pub msg_rtime: i64,
pub msg_ctime: i64,
pub msg_qnum: u64,
pub msg_qbytes: u64,
pub msg_lspid: i32,
pub msg_lrpid: i32,
/* private fields */
}
Fields
msg_perm: ipc_perm
msg_stime: i64
msg_rtime: i64
msg_ctime: i64
msg_qnum: u64
msg_qbytes: u64
msg_lspid: i32
msg_lrpid: i32
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more