pub(super) struct JobsEventCounter(usize);
Expand description
A value read from the Jobs Event Counter.
See the README.md
for more
coverage of how the jobs event counter works.
Tuple Fields§
§0: usize
Implementations§
Source§impl JobsEventCounter
impl JobsEventCounter
pub(super) const DUMMY: JobsEventCounter
pub(super) fn as_usize(self) -> usize
Trait Implementations§
Source§impl Clone for JobsEventCounter
impl Clone for JobsEventCounter
Source§fn clone(&self) -> JobsEventCounter
fn clone(&self) -> JobsEventCounter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JobsEventCounter
impl Debug for JobsEventCounter
Source§impl PartialEq for JobsEventCounter
impl PartialEq for JobsEventCounter
Source§impl PartialOrd for JobsEventCounter
impl PartialOrd for JobsEventCounter
impl Copy for JobsEventCounter
impl StructuralPartialEq for JobsEventCounter
Auto Trait Implementations§
impl Freeze for JobsEventCounter
impl RefUnwindSafe for JobsEventCounter
impl Send for JobsEventCounter
impl Sync for JobsEventCounter
impl Unpin for JobsEventCounter
impl UnwindSafe for JobsEventCounter
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> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes