#[repr(C)]pub struct ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator {
pub mIndex: u32,
}
Fields§
§mIndex: u32
Trait Implementations§
Source§impl Clone for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl Clone for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
Source§fn clone(
&self,
) -> ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
fn clone( &self, ) -> ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
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 PartialEq for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl PartialEq for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
Source§fn eq(
&self,
other: &ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator,
) -> bool
fn eq( &self, other: &ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl StructuralPartialEq for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
Auto Trait Implementations§
impl Freeze for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl RefUnwindSafe for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl Send for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl Sync for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl Unpin for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
impl UnwindSafe for ProgressLogger_IndexAndProgressLoggerRange_IndexAndProgressLoggerEndIterator
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more