#[repr(C)]pub struct DartCObject {
pub ty: DartCObjectType,
pub value: DartCObjectValue,
}
Fields§
§ty: DartCObjectType
§value: DartCObjectValue
Trait 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.