Struct openxr_sys::PerformanceMetricsCounterMETA
source · [−]#[repr(C)]pub struct PerformanceMetricsCounterMETA {
pub ty: StructureType,
pub next: *const c_void,
pub counter_flags: PerformanceMetricsCounterFlagsMETA,
pub counter_unit: PerformanceMetricsCounterUnitMETA,
pub uint_value: u32,
pub float_value: f32,
}Expand description
See XrPerformanceMetricsCounterMETA - defined by XR_META_performance_metrics
Fields
ty: StructureTypenext: *const c_voidcounter_flags: PerformanceMetricsCounterFlagsMETAcounter_unit: PerformanceMetricsCounterUnitMETAuint_value: u32float_value: f32Implementations
sourceimpl PerformanceMetricsCounterMETA
impl PerformanceMetricsCounterMETA
pub const TYPE: StructureType = StructureType::PERFORMANCE_METRICS_COUNTER_META
Trait Implementations
sourceimpl Clone for PerformanceMetricsCounterMETA
impl Clone for PerformanceMetricsCounterMETA
sourcefn clone(&self) -> PerformanceMetricsCounterMETA
fn clone(&self) -> PerformanceMetricsCounterMETA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PerformanceMetricsCounterMETA
impl Debug for PerformanceMetricsCounterMETA
impl Copy for PerformanceMetricsCounterMETA
Auto Trait Implementations
impl RefUnwindSafe for PerformanceMetricsCounterMETA
impl !Send for PerformanceMetricsCounterMETA
impl !Sync for PerformanceMetricsCounterMETA
impl Unpin for PerformanceMetricsCounterMETA
impl UnwindSafe for PerformanceMetricsCounterMETA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more