Struct allo_isolate::ffi::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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more