#[repr(C)]pub struct pb_field_iter_s {Show 14 fields
pub descriptor: *const pb_msgdesc_t,
pub message: *mut c_void,
pub index: pb_size_t,
pub field_info_index: pb_size_t,
pub required_field_index: pb_size_t,
pub submessage_index: pb_size_t,
pub tag: pb_size_t,
pub data_size: pb_size_t,
pub array_size: pb_size_t,
pub type_: pb_type_t,
pub pField: *mut c_void,
pub pData: *mut c_void,
pub pSize: *mut c_void,
pub submsg_desc: *const pb_msgdesc_t,
}Fields§
§descriptor: *const pb_msgdesc_t§message: *mut c_void§index: pb_size_t§field_info_index: pb_size_t§required_field_index: pb_size_t§submessage_index: pb_size_t§tag: pb_size_t§data_size: pb_size_t§array_size: pb_size_t§type_: pb_type_t§pField: *mut c_void§pData: *mut c_void§pSize: *mut c_void§submsg_desc: *const pb_msgdesc_tTrait Implementations§
Source§impl Clone for pb_field_iter_s
impl Clone for pb_field_iter_s
Source§fn clone(&self) -> pb_field_iter_s
fn clone(&self) -> pb_field_iter_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for pb_field_iter_s
impl Debug for pb_field_iter_s
impl Copy for pb_field_iter_s
Auto Trait Implementations§
impl Freeze for pb_field_iter_s
impl RefUnwindSafe for pb_field_iter_s
impl !Send for pb_field_iter_s
impl !Sync for pb_field_iter_s
impl Unpin for pb_field_iter_s
impl UnwindSafe for pb_field_iter_s
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more