Struct allo_isolate::ffi::DartCObject
source · #[repr(C)]pub struct DartCObject {
pub ty: DartCObjectType,
pub value: DartCObjectValue,
}Fields§
§ty: DartCObjectType§value: DartCObjectValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for DartCObject
impl RefUnwindSafe for DartCObject
impl !Send for DartCObject
impl !Sync for DartCObject
impl Unpin for DartCObject
impl UnwindSafe for DartCObject
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
source§impl<T> IntoDart for Twhere
T: Into<DartCObject>,
impl<T> IntoDart for Twhere
T: Into<DartCObject>,
source§fn into_dart(self) -> DartCObject
fn into_dart(self) -> DartCObject
Consumes
Self and Performs the conversion.