#[repr(C)]pub struct ProtobufCEnumValue {
pub name: *const i8,
pub c_name: *const i8,
pub value: i32,
}Fields§
§name: *const i8§c_name: *const i8§value: i32Trait Implementations§
Source§impl Clone for ProtobufCEnumValue
impl Clone for ProtobufCEnumValue
Source§fn clone(&self) -> ProtobufCEnumValue
fn clone(&self) -> ProtobufCEnumValue
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 ProtobufCEnumValue
impl Debug for ProtobufCEnumValue
impl Copy for ProtobufCEnumValue
Auto Trait Implementations§
impl Freeze for ProtobufCEnumValue
impl RefUnwindSafe for ProtobufCEnumValue
impl !Send for ProtobufCEnumValue
impl !Sync for ProtobufCEnumValue
impl Unpin for ProtobufCEnumValue
impl UnwindSafe for ProtobufCEnumValue
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