pub type Dart_CObject = _Dart_CObject;Aliased Type§
#[repr(C)]pub struct Dart_CObject {
pub type_: Dart_CObject_Type,
pub value: _Dart_CObject__bindgen_ty_1,
}Fields§
§type_: Dart_CObject_Type§value: _Dart_CObject__bindgen_ty_1pub type Dart_CObject = _Dart_CObject;#[repr(C)]pub struct Dart_CObject {
pub type_: Dart_CObject_Type,
pub value: _Dart_CObject__bindgen_ty_1,
}type_: Dart_CObject_Type§value: _Dart_CObject__bindgen_ty_1