Struct flutter_rust_bridge::support::DartCObject
source · [−]#[repr(C)]pub struct DartCObject {
pub ty: DartCObjectType,
pub value: DartCObjectValue,
}Fields
ty: DartCObjectTypevalue: DartCObjectValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DartCObject
impl !Send for DartCObject
impl !Sync for DartCObject
impl Unpin for DartCObject
impl UnwindSafe for DartCObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoDart for T where
T: Into<DartCObject>,
impl<T> IntoDart for T where
T: Into<DartCObject>,
sourcepub fn into_dart(self) -> DartCObject
pub fn into_dart(self) -> DartCObject
Consumes Self and Performs the conversion.