Struct panda_sys::ProtobufCEnumDescriptor [−][src]
#[repr(C)]pub struct ProtobufCEnumDescriptor {}Show 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_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProtobufCEnumDescriptorimpl !Send for ProtobufCEnumDescriptorimpl !Sync for ProtobufCEnumDescriptorimpl Unpin for ProtobufCEnumDescriptorimpl UnwindSafe for ProtobufCEnumDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more