#[repr(C)]pub struct DartNativePointer {
pub ptr: isize,
pub size: isize,
pub callback: DartHandleFinalizer,
}
Fields§
§ptr: isize
§size: isize
§callback: DartHandleFinalizer
Trait Implementations§
Source§impl Clone for DartNativePointer
impl Clone for DartNativePointer
Source§fn clone(&self) -> DartNativePointer
fn clone(&self) -> DartNativePointer
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 Freeze for DartNativePointer
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