Struct panda_sys::_Panda__NamedData[][src]

#[repr(C)]
pub struct _Panda__NamedData {
Show 27 fields pub base: ProtobufCMessage, pub arg_name: *mut c_char, pub str_: *mut c_char, pub has_ptr: protobuf_c_boolean, pub ptr: u64, pub has_u64: protobuf_c_boolean, pub u64_: u64, pub has_u32: protobuf_c_boolean, pub u32_: u32, pub has_u16: protobuf_c_boolean, pub u16_: u32, pub has_i64: protobuf_c_boolean, pub i64_: i64, pub has_i32: protobuf_c_boolean, pub i32_: i32, pub has_i16: protobuf_c_boolean, pub i16_: i32, pub has_float_val: protobuf_c_boolean, pub float_val: f32, pub has_double_val: protobuf_c_boolean, pub double_val: f64, pub has_bool_val: protobuf_c_boolean, pub bool_val: protobuf_c_boolean, pub has_bytes_val: protobuf_c_boolean, pub bytes_val: ProtobufCBinaryData, pub struct_type: *mut c_char, pub struct_data: *mut Panda__StructData,
}

Fields

base: ProtobufCMessagearg_name: *mut c_charstr_: *mut c_charhas_ptr: protobuf_c_booleanptr: u64has_u64: protobuf_c_booleanu64_: u64has_u32: protobuf_c_booleanu32_: u32has_u16: protobuf_c_booleanu16_: u32has_i64: protobuf_c_booleani64_: i64has_i32: protobuf_c_booleani32_: i32has_i16: protobuf_c_booleani16_: i32has_float_val: protobuf_c_booleanfloat_val: f32has_double_val: protobuf_c_booleandouble_val: f64has_bool_val: protobuf_c_booleanbool_val: protobuf_c_booleanhas_bytes_val: protobuf_c_booleanbytes_val: ProtobufCBinaryDatastruct_type: *mut c_charstruct_data: *mut Panda__StructData

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.