pub enum PollingHint {
CastActive,
CastDiscovery,
Normal,
}Expand description
Hint for adjusting poll frequency based on UI state
Variants§
CastActive
CastButton is active and needs frequent updates (500ms)
CastDiscovery
CastButton is in discovery mode (15s)
Normal
No special hint, use mode-based frequency (default)
Trait Implementations§
Source§impl Clone for PollingHint
impl Clone for PollingHint
Source§fn clone(&self) -> PollingHint
fn clone(&self) -> PollingHint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PollingHint
impl Debug for PollingHint
Source§impl PartialEq for PollingHint
impl PartialEq for PollingHint
Source§fn eq(&self, other: &PollingHint) -> bool
fn eq(&self, other: &PollingHint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PollingHint
impl Eq for PollingHint
impl StructuralPartialEq for PollingHint
Auto Trait Implementations§
impl Freeze for PollingHint
impl RefUnwindSafe for PollingHint
impl Send for PollingHint
impl Sync for PollingHint
impl Unpin for PollingHint
impl UnsafeUnpin for PollingHint
impl UnwindSafe for PollingHint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more