Struct allo_isolate::ffi::DartNativeArray
source · #[repr(C)]pub struct DartNativeArray {
pub length: isize,
pub values: *mut *mut DartCObject,
}Fields§
§length: isize§values: *mut *mut DartCObjectTrait Implementations§
source§impl Clone for DartNativeArray
impl Clone for DartNativeArray
source§fn clone(&self) -> DartNativeArray
fn clone(&self) -> DartNativeArray
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DartNativeArray
impl Debug for DartNativeArray
impl Copy for DartNativeArray
Auto Trait Implementations§
impl RefUnwindSafe for DartNativeArray
impl !Send for DartNativeArray
impl !Sync for DartNativeArray
impl Unpin for DartNativeArray
impl UnwindSafe for DartNativeArray
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