#[repr(transparent)]pub struct PerfSettingsNotificationLevelEXT(_);Expand description
Implementations
sourceimpl PerfSettingsNotificationLevelEXT
impl PerfSettingsNotificationLevelEXT
sourcepub const NORMAL: PerfSettingsNotificationLevelEXT = _
pub const NORMAL: PerfSettingsNotificationLevelEXT = _
Notifies that the sub-domain has reached a level where no further actions other than currently applied are necessary
sourcepub const WARNING: PerfSettingsNotificationLevelEXT = _
pub const WARNING: PerfSettingsNotificationLevelEXT = _
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
sourcepub const IMPAIRED: PerfSettingsNotificationLevelEXT = _
pub const IMPAIRED: PerfSettingsNotificationLevelEXT = _
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) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for PerfSettingsNotificationLevelEXT
impl Clone for PerfSettingsNotificationLevelEXT
sourcefn clone(&self) -> PerfSettingsNotificationLevelEXT
fn clone(&self) -> PerfSettingsNotificationLevelEXT
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 PartialEq<PerfSettingsNotificationLevelEXT> for PerfSettingsNotificationLevelEXT
impl PartialEq<PerfSettingsNotificationLevelEXT> for PerfSettingsNotificationLevelEXT
sourcefn eq(&self, other: &PerfSettingsNotificationLevelEXT) -> bool
fn eq(&self, other: &PerfSettingsNotificationLevelEXT) -> bool
impl Copy for PerfSettingsNotificationLevelEXT
impl Eq for PerfSettingsNotificationLevelEXT
impl StructuralEq for PerfSettingsNotificationLevelEXT
impl StructuralPartialEq for PerfSettingsNotificationLevelEXT
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
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