#[repr(C)]pub struct AsyncArrayResultRaw {
pub array: *mut c_void,
pub count: usize,
}Expand description
Result container for async array operations. Freed by vn_async_array_result_free.
Fields§
§array: *mut c_void§count: usizeAuto Trait Implementations§
impl Freeze for AsyncArrayResultRaw
impl RefUnwindSafe for AsyncArrayResultRaw
impl !Send for AsyncArrayResultRaw
impl !Sync for AsyncArrayResultRaw
impl Unpin for AsyncArrayResultRaw
impl UnsafeUnpin for AsyncArrayResultRaw
impl UnwindSafe for AsyncArrayResultRaw
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