Struct std::sys::windows::time::perf_counter::PerformanceCounterInstant
source · pub struct PerformanceCounterInstant {
ts: c_longlong,
}
Fields§
§ts: c_longlong
Implementations§
Trait Implementations§
source§impl From<PerformanceCounterInstant> for Instant
impl From<PerformanceCounterInstant> for Instant
source§fn from(other: PerformanceCounterInstant) -> Self
fn from(other: PerformanceCounterInstant) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for PerformanceCounterInstant
impl Send for PerformanceCounterInstant
impl Sync for PerformanceCounterInstant
impl Unpin for PerformanceCounterInstant
impl UnwindSafe for PerformanceCounterInstant
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