Struct allo_isolate::ffi::DartNativePointer
source · #[repr(C)]pub struct DartNativePointer {
pub ptr: isize,
pub size: isize,
pub callback: DartHandleFinalizer,
}Fields§
§ptr: isize§size: isize§callback: DartHandleFinalizerTrait Implementations§
source§impl Clone for DartNativePointer
impl Clone for DartNativePointer
source§fn clone(&self) -> DartNativePointer
fn clone(&self) -> DartNativePointer
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 DartNativePointer
impl Debug for DartNativePointer
impl Copy for DartNativePointer
Auto Trait Implementations§
impl RefUnwindSafe for DartNativePointer
impl Send for DartNativePointer
impl Sync for DartNativePointer
impl Unpin for DartNativePointer
impl UnwindSafe for DartNativePointer
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