pub enum DiagnosticsPolicyPauseReason {
BudgetPressure,
HiddenTile,
OverflowTile,
MissingUsableLayer,
AudioSpeakerLimit,
ReceiverDeafened,
VideoDownloadLimit,
SourceBitrateLimit,
}Variants§
BudgetPressure
HiddenTile
OverflowTile
MissingUsableLayer
AudioSpeakerLimit
ReceiverDeafened
VideoDownloadLimit
SourceBitrateLimit
Trait Implementations§
Source§impl Clone for DiagnosticsPolicyPauseReason
impl Clone for DiagnosticsPolicyPauseReason
Source§fn clone(&self) -> DiagnosticsPolicyPauseReason
fn clone(&self) -> DiagnosticsPolicyPauseReason
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 DiagnosticsPolicyPauseReason
impl Debug for DiagnosticsPolicyPauseReason
Source§impl<'de> Deserialize<'de> for DiagnosticsPolicyPauseReason
impl<'de> Deserialize<'de> for DiagnosticsPolicyPauseReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DiagnosticsPolicyPauseReason
impl PartialEq for DiagnosticsPolicyPauseReason
Source§fn eq(&self, other: &DiagnosticsPolicyPauseReason) -> bool
fn eq(&self, other: &DiagnosticsPolicyPauseReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DiagnosticsPolicyPauseReason
impl Eq for DiagnosticsPolicyPauseReason
impl StructuralPartialEq for DiagnosticsPolicyPauseReason
Auto Trait Implementations§
impl Freeze for DiagnosticsPolicyPauseReason
impl RefUnwindSafe for DiagnosticsPolicyPauseReason
impl Send for DiagnosticsPolicyPauseReason
impl Sync for DiagnosticsPolicyPauseReason
impl Unpin for DiagnosticsPolicyPauseReason
impl UnsafeUnpin for DiagnosticsPolicyPauseReason
impl UnwindSafe for DiagnosticsPolicyPauseReason
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