#[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: StructureType
§next: *const c_void
§enabled: Bool32
Implementations§
Source§impl PerformanceMetricsStateMETA
impl PerformanceMetricsStateMETA
pub const TYPE: StructureType = StructureType::PERFORMANCE_METRICS_STATE_META
Trait Implementations§
Source§impl Clone for PerformanceMetricsStateMETA
impl Clone for PerformanceMetricsStateMETA
Source§fn clone(&self) -> PerformanceMetricsStateMETA
fn clone(&self) -> PerformanceMetricsStateMETA
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 PerformanceMetricsStateMETA
impl Debug for PerformanceMetricsStateMETA
impl Copy for PerformanceMetricsStateMETA
Auto Trait Implementations§
impl Freeze for PerformanceMetricsStateMETA
impl RefUnwindSafe for PerformanceMetricsStateMETA
impl !Send for PerformanceMetricsStateMETA
impl !Sync for PerformanceMetricsStateMETA
impl Unpin for PerformanceMetricsStateMETA
impl UnwindSafe for PerformanceMetricsStateMETA
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