Struct pax_message::NativeMessageQueue
source · [−]Fields
data_ptr: *mut [u8]length: u64Auto Trait Implementations
impl RefUnwindSafe for NativeMessageQueue
impl !Send for NativeMessageQueue
impl !Sync for NativeMessageQueue
impl Unpin for NativeMessageQueue
impl UnwindSafe for NativeMessageQueue
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