#[repr(C)]pub struct PerformanceCounter {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl PerformanceCounter
impl PerformanceCounter
pub fn ast_creation() -> Self
pub fn compilation() -> Self
pub fn execution() -> Self
pub fn adapters_compilation() -> Self
pub fn last_value() -> Self
Trait Implementations§
Source§impl ClassIdentity for PerformanceCounter
impl ClassIdentity for PerformanceCounter
Source§impl Clone for PerformanceCounter
impl Clone for PerformanceCounter
Source§fn clone(&self) -> PerformanceCounter
fn clone(&self) -> PerformanceCounter
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PerformanceCounter
impl Debug for PerformanceCounter
Source§impl PartialEq for PerformanceCounter
impl PartialEq for PerformanceCounter
impl Copy for PerformanceCounter
impl Eq for PerformanceCounter
impl StructuralPartialEq for PerformanceCounter
Auto Trait Implementations§
impl Freeze for PerformanceCounter
impl RefUnwindSafe for PerformanceCounter
impl Send for PerformanceCounter
impl Sync for PerformanceCounter
impl Unpin for PerformanceCounter
impl UnwindSafe for PerformanceCounter
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)