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