Struct openxr_sys::EventDataPerfSettingsEXT
source · [−]#[repr(C)]pub struct EventDataPerfSettingsEXT {
pub ty: StructureType,
pub next: *const c_void,
pub domain: PerfSettingsDomainEXT,
pub sub_domain: PerfSettingsSubDomainEXT,
pub from_level: PerfSettingsNotificationLevelEXT,
pub to_level: PerfSettingsNotificationLevelEXT,
}Expand description
See XrEventDataPerfSettingsEXT - defined by XR_EXT_performance_settings
Fields
ty: StructureTypenext: *const c_voiddomain: PerfSettingsDomainEXTsub_domain: PerfSettingsSubDomainEXTfrom_level: PerfSettingsNotificationLevelEXTto_level: PerfSettingsNotificationLevelEXTImplementations
sourceimpl EventDataPerfSettingsEXT
impl EventDataPerfSettingsEXT
pub const TYPE: StructureType = StructureType::EVENT_DATA_PERF_SETTINGS_EXT
Trait Implementations
sourceimpl Clone for EventDataPerfSettingsEXT
impl Clone for EventDataPerfSettingsEXT
sourcefn clone(&self) -> EventDataPerfSettingsEXT
fn clone(&self) -> EventDataPerfSettingsEXT
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 EventDataPerfSettingsEXT
impl Debug for EventDataPerfSettingsEXT
impl Copy for EventDataPerfSettingsEXT
Auto Trait Implementations
impl RefUnwindSafe for EventDataPerfSettingsEXT
impl !Send for EventDataPerfSettingsEXT
impl !Sync for EventDataPerfSettingsEXT
impl Unpin for EventDataPerfSettingsEXT
impl UnwindSafe for EventDataPerfSettingsEXT
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