Struct panda_sys::ProtobufCEnumDescriptor[][src]

#[repr(C)]
pub struct ProtobufCEnumDescriptor {
Show 15 fields pub magic: u32, pub name: *const c_char, pub short_name: *const c_char, pub c_name: *const c_char, pub package_name: *const c_char, pub n_values: c_uint, pub values: *const ProtobufCEnumValue, pub n_value_names: c_uint, pub values_by_name: *const ProtobufCEnumValueIndex, pub n_value_ranges: c_uint, pub value_ranges: *const ProtobufCIntRange, pub reserved1: *mut c_void, pub reserved2: *mut c_void, pub reserved3: *mut c_void, pub reserved4: *mut c_void,
}

Fields

magic: u32name: *const c_charshort_name: *const c_charc_name: *const c_charpackage_name: *const c_charn_values: c_uintvalues: *const ProtobufCEnumValuen_value_names: c_uintvalues_by_name: *const ProtobufCEnumValueIndexn_value_ranges: c_uintvalue_ranges: *const ProtobufCIntRangereserved1: *mut c_voidreserved2: *mut c_voidreserved3: *mut c_voidreserved4: *mut c_void

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.