#[repr(C)]pub struct NativeMessageQueue {
pub data_ptr: *mut [u8],
pub length: u64,
}Fields§
§data_ptr: *mut [u8]§length: u64Auto Trait Implementations§
impl !Send for NativeMessageQueue
impl !Sync for NativeMessageQueue
impl Freeze for NativeMessageQueue
impl RefUnwindSafe for NativeMessageQueue
impl Unpin for NativeMessageQueue
impl UnsafeUnpin 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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.