Struct panda_sys::ProtobufCMessageDescriptor[][src]

#[repr(C)]
pub struct ProtobufCMessageDescriptor {
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 sizeof_message: size_t, pub n_fields: c_uint, pub fields: *const ProtobufCFieldDescriptor, pub fields_sorted_by_name: *const c_uint, pub n_field_ranges: c_uint, pub field_ranges: *const ProtobufCIntRange, pub message_init: ProtobufCMessageInit, pub reserved1: *mut c_void, pub reserved2: *mut c_void, pub reserved3: *mut c_void,
}

Fields

magic: u32name: *const c_charshort_name: *const c_charc_name: *const c_charpackage_name: *const c_charsizeof_message: size_tn_fields: c_uintfields: *const ProtobufCFieldDescriptorfields_sorted_by_name: *const c_uintn_field_ranges: c_uintfield_ranges: *const ProtobufCIntRangemessage_init: ProtobufCMessageInitreserved1: *mut c_voidreserved2: *mut c_voidreserved3: *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.