#[repr(C)]pub struct NativeMessageQueue {
pub data_ptr: *mut [u8],
pub length: u64,
}Fields§
§data_ptr: *mut [u8]§length: u64Auto Trait Implementations§
impl Freeze for NativeMessageQueue
impl RefUnwindSafe for NativeMessageQueue
impl !Send for NativeMessageQueue
impl !Sync for NativeMessageQueue
impl Unpin for NativeMessageQueue
impl UnwindSafe for NativeMessageQueue
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