Struct allo_isolate::ffi::DartNativePointer [−][src]
#[repr(C)]pub struct DartNativePointer {
pub ptr: isize,
pub size: isize,
pub callback: DartHandleFinalizer,
}Fields
ptr: isizesize: isizecallback: DartHandleFinalizerTrait Implementations
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
Mutably borrows from an owned value. Read more