pub type pb_extension_t = pb_extension_s;Aliased Type§
#[repr(C)]pub struct pb_extension_t {
pub type_: *const pb_extension_type_s,
pub dest: *mut c_void,
pub next: *mut pb_extension_s,
pub found: bool,
}Fields§
§type_: *const pb_extension_type_s§dest: *mut c_void§next: *mut pb_extension_s§found: bool