#[repr(C)]pub struct ProtobufCIntRange {
pub start_value: c_int,
pub orig_index: c_uint,
}Fields§
§start_value: c_int§orig_index: c_uintTrait Implementations§
Source§impl Clone for ProtobufCIntRange
impl Clone for ProtobufCIntRange
Source§fn clone(&self) -> ProtobufCIntRange
fn clone(&self) -> ProtobufCIntRange
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 ProtobufCIntRange
impl Debug for ProtobufCIntRange
impl Copy for ProtobufCIntRange
Auto Trait Implementations§
impl Freeze for ProtobufCIntRange
impl RefUnwindSafe for ProtobufCIntRange
impl Send for ProtobufCIntRange
impl Sync for ProtobufCIntRange
impl Unpin for ProtobufCIntRange
impl UnwindSafe for ProtobufCIntRange
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