#[repr(transparent)]pub struct pb_wire_type_t(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for pb_wire_type_t
impl Clone for pb_wire_type_t
Source§fn clone(&self) -> pb_wire_type_t
fn clone(&self) -> pb_wire_type_t
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_wire_type_t
impl Debug for pb_wire_type_t
Source§impl Hash for pb_wire_type_t
impl Hash for pb_wire_type_t
Source§impl PartialEq for pb_wire_type_t
impl PartialEq for pb_wire_type_t
impl Copy for pb_wire_type_t
impl Eq for pb_wire_type_t
impl StructuralPartialEq for pb_wire_type_t
Auto Trait Implementations§
impl Freeze for pb_wire_type_t
impl RefUnwindSafe for pb_wire_type_t
impl Send for pb_wire_type_t
impl Sync for pb_wire_type_t
impl Unpin for pb_wire_type_t
impl UnwindSafe for pb_wire_type_t
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