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