#[repr(C)]
pub union _Dart_CObject__bindgen_ty_1 {
    pub as_bool: bool,
    pub as_int32: i32,
    pub as_int64: i64,
    pub as_double: f64,
    pub as_string: *mut c_char,
    pub as_send_port: _Dart_CObject__bindgen_ty_1__bindgen_ty_1,
    pub as_capability: _Dart_CObject__bindgen_ty_1__bindgen_ty_2,
    pub as_array: _Dart_CObject__bindgen_ty_1__bindgen_ty_3,
    pub as_typed_data: _Dart_CObject__bindgen_ty_1__bindgen_ty_4,
    pub as_external_typed_data: _Dart_CObject__bindgen_ty_1__bindgen_ty_5,
}

Fields

as_bool: boolas_int32: i32as_int64: i64as_double: f64as_string: *mut c_charas_send_port: _Dart_CObject__bindgen_ty_1__bindgen_ty_1as_capability: _Dart_CObject__bindgen_ty_1__bindgen_ty_2as_array: _Dart_CObject__bindgen_ty_1__bindgen_ty_3as_typed_data: _Dart_CObject__bindgen_ty_1__bindgen_ty_4as_external_typed_data: _Dart_CObject__bindgen_ty_1__bindgen_ty_5

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.