Struct openxr_sys::PerfSettingsSubDomainEXT
source · [−]#[repr(transparent)]pub struct PerfSettingsSubDomainEXT(_);Expand description
Implementations
sourceimpl PerfSettingsSubDomainEXT
impl PerfSettingsSubDomainEXT
sourcepub const COMPOSITING: PerfSettingsSubDomainEXT = _
pub const COMPOSITING: PerfSettingsSubDomainEXT = _
Indicates that the performance notification originates from the COMPOSITING sub-domain
sourcepub const RENDERING: PerfSettingsSubDomainEXT = _
pub const RENDERING: PerfSettingsSubDomainEXT = _
Indicates that the performance notification originates from the RENDERING sub-domain
sourcepub const THERMAL: PerfSettingsSubDomainEXT = _
pub const THERMAL: PerfSettingsSubDomainEXT = _
Indicates that the performance notification originates from the THERMAL sub-domain
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for PerfSettingsSubDomainEXT
impl Clone for PerfSettingsSubDomainEXT
sourcefn clone(&self) -> PerfSettingsSubDomainEXT
fn clone(&self) -> PerfSettingsSubDomainEXT
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 PerfSettingsSubDomainEXT
impl Debug for PerfSettingsSubDomainEXT
sourceimpl PartialEq<PerfSettingsSubDomainEXT> for PerfSettingsSubDomainEXT
impl PartialEq<PerfSettingsSubDomainEXT> for PerfSettingsSubDomainEXT
sourcefn eq(&self, other: &PerfSettingsSubDomainEXT) -> bool
fn eq(&self, other: &PerfSettingsSubDomainEXT) -> bool
impl Copy for PerfSettingsSubDomainEXT
impl Eq for PerfSettingsSubDomainEXT
impl StructuralEq for PerfSettingsSubDomainEXT
impl StructuralPartialEq for PerfSettingsSubDomainEXT
Auto Trait Implementations
impl RefUnwindSafe for PerfSettingsSubDomainEXT
impl Send for PerfSettingsSubDomainEXT
impl Sync for PerfSettingsSubDomainEXT
impl Unpin for PerfSettingsSubDomainEXT
impl UnwindSafe for PerfSettingsSubDomainEXT
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