Struct ittapi_sys::___itt_counter
source · #[repr(C)]pub struct ___itt_counter { /* private fields */ }
Trait Implementations§
source§impl Clone for ___itt_counter
impl Clone for ___itt_counter
source§fn clone(&self) -> ___itt_counter
fn clone(&self) -> ___itt_counter
Returns a copy 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 ___itt_counter
impl Debug for ___itt_counter
impl Copy for ___itt_counter
Auto Trait Implementations§
impl RefUnwindSafe for ___itt_counter
impl Send for ___itt_counter
impl Sync for ___itt_counter
impl Unpin for ___itt_counter
impl UnwindSafe for ___itt_counter
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