#[repr(C)]pub struct PCDisplayLatency_v2 {
pub base: BaseMetric_v2,
pub version: u32,
pub latency: f64,
}
Fields§
§base: BaseMetric_v2
§version: u32
§latency: f64
Implementations§
Source§impl PCDisplayLatency_v2
impl PCDisplayLatency_v2
pub fn PCDisplayLatency_v2() -> Self
Trait Implementations§
Source§impl Clone for PCDisplayLatency_v2
impl Clone for PCDisplayLatency_v2
Source§fn clone(&self) -> PCDisplayLatency_v2
fn clone(&self) -> PCDisplayLatency_v2
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 Debug for PCDisplayLatency_v2
impl Debug for PCDisplayLatency_v2
impl Copy for PCDisplayLatency_v2
Auto Trait Implementations§
impl Freeze for PCDisplayLatency_v2
impl RefUnwindSafe for PCDisplayLatency_v2
impl Send for PCDisplayLatency_v2
impl Sync for PCDisplayLatency_v2
impl Unpin for PCDisplayLatency_v2
impl UnwindSafe for PCDisplayLatency_v2
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