#[repr(C)]pub struct pb_extension_s {
pub type_: *const pb_extension_type_t,
pub dest: *mut c_void,
pub next: *mut pb_extension_t,
pub found: bool,
}Fields§
§type_: *const pb_extension_type_t§dest: *mut c_void§next: *mut pb_extension_t§found: boolTrait Implementations§
Source§impl Clone for pb_extension_s
impl Clone for pb_extension_s
Source§fn clone(&self) -> pb_extension_s
fn clone(&self) -> pb_extension_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_extension_s
impl Debug for pb_extension_s
impl Copy for pb_extension_s
Auto Trait Implementations§
impl Freeze for pb_extension_s
impl RefUnwindSafe for pb_extension_s
impl !Send for pb_extension_s
impl !Sync for pb_extension_s
impl Unpin for pb_extension_s
impl UnwindSafe for pb_extension_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