Struct openssl_sys::mq_attr
source · [−]pub struct mq_attr {
pub mq_flags: i64,
pub mq_maxmsg: i64,
pub mq_msgsize: i64,
pub mq_curmsgs: i64,
/* private fields */
}
Fields
mq_flags: i64
mq_maxmsg: i64
mq_msgsize: i64
mq_curmsgs: i64
Trait Implementations
impl Copy for mq_attr
impl Eq for mq_attr
Auto Trait Implementations
impl RefUnwindSafe for mq_attr
impl Send for mq_attr
impl Sync for mq_attr
impl Unpin for mq_attr
impl UnwindSafe for mq_attr
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