Struct openxr_sys::PerformanceMetricsStateMETA
source · [−]#[repr(C)]pub struct PerformanceMetricsStateMETA {
pub ty: StructureType,
pub next: *const c_void,
pub enabled: Bool32,
}Expand description
See XrPerformanceMetricsStateMETA - defined by XR_META_performance_metrics
Fields
ty: StructureTypenext: *const c_voidenabled: Bool32Implementations
sourceimpl PerformanceMetricsStateMETA
impl PerformanceMetricsStateMETA
pub const TYPE: StructureType = StructureType::PERFORMANCE_METRICS_STATE_META
Trait Implementations
sourceimpl Clone for PerformanceMetricsStateMETA
impl Clone for PerformanceMetricsStateMETA
sourcefn clone(&self) -> PerformanceMetricsStateMETA
fn clone(&self) -> PerformanceMetricsStateMETA
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 PerformanceMetricsStateMETA
impl Debug for PerformanceMetricsStateMETA
impl Copy for PerformanceMetricsStateMETA
Auto Trait Implementations
impl RefUnwindSafe for PerformanceMetricsStateMETA
impl !Send for PerformanceMetricsStateMETA
impl !Sync for PerformanceMetricsStateMETA
impl Unpin for PerformanceMetricsStateMETA
impl UnwindSafe for PerformanceMetricsStateMETA
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