#[repr(C, align(8))]pub struct zmq_msg_t {
pub __: [c_uchar; 64],
}
Fields§
§__: [c_uchar; 64]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for zmq_msg_t
impl RefUnwindSafe for zmq_msg_t
impl Send for zmq_msg_t
impl Sync for zmq_msg_t
impl Unpin for zmq_msg_t
impl UnwindSafe for zmq_msg_t
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