[−][src]Struct openxr::PerfSettingsNotificationLevelEXT
Methods
impl PerfSettingsNotificationLevelEXT[src]
pub const NORMAL: PerfSettingsNotificationLevelEXT[src]
Notifies that the sub-domain has reached a level where no further actions other than currently applied are necessary
pub const WARNING: PerfSettingsNotificationLevelEXT[src]
Notifies that the sub-domain has reached an early warning level where the application should start proactive mitigation actions with the goal to return to the XR_PERF_NOTIF_LEVEL_NORMAL level
pub const IMPAIRED: PerfSettingsNotificationLevelEXT[src]
Notifies that the sub-domain has reached a critical level with significant performance degradation. The application should take drastic mitigation action
pub fn from_raw(x: i32) -> PerfSettingsNotificationLevelEXT[src]
pub fn into_raw(self) -> i32[src]
Trait Implementations
impl Clone for PerfSettingsNotificationLevelEXT[src]
fn clone(&self) -> PerfSettingsNotificationLevelEXT[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PerfSettingsNotificationLevelEXT[src]
impl Debug for PerfSettingsNotificationLevelEXT[src]
impl Eq for PerfSettingsNotificationLevelEXT[src]
impl PartialEq<PerfSettingsNotificationLevelEXT> for PerfSettingsNotificationLevelEXT[src]
fn eq(&self, other: &PerfSettingsNotificationLevelEXT) -> bool[src]
fn ne(&self, other: &PerfSettingsNotificationLevelEXT) -> bool[src]
impl StructuralEq for PerfSettingsNotificationLevelEXT[src]
impl StructuralPartialEq for PerfSettingsNotificationLevelEXT[src]
Auto Trait Implementations
impl RefUnwindSafe for PerfSettingsNotificationLevelEXT
impl Send for PerfSettingsNotificationLevelEXT
impl Sync for PerfSettingsNotificationLevelEXT
impl Unpin for PerfSettingsNotificationLevelEXT
impl UnwindSafe for PerfSettingsNotificationLevelEXT
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,