pub enum PluginScopeKind {
Root,
Player,
Playback,
NextPrewarm,
Operation,
Worker,
}Variants§
Trait Implementations§
Source§impl Clone for PluginScopeKind
impl Clone for PluginScopeKind
Source§fn clone(&self) -> PluginScopeKind
fn clone(&self) -> PluginScopeKind
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 moreimpl Copy for PluginScopeKind
Source§impl Debug for PluginScopeKind
impl Debug for PluginScopeKind
impl Eq for PluginScopeKind
Source§impl Hash for PluginScopeKind
impl Hash for PluginScopeKind
Source§impl Ord for PluginScopeKind
impl Ord for PluginScopeKind
Source§fn cmp(&self, other: &PluginScopeKind) -> Ordering
fn cmp(&self, other: &PluginScopeKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PluginScopeKind
impl PartialEq for PluginScopeKind
Source§impl PartialOrd for PluginScopeKind
impl PartialOrd for PluginScopeKind
impl StructuralPartialEq for PluginScopeKind
Auto Trait Implementations§
impl Freeze for PluginScopeKind
impl RefUnwindSafe for PluginScopeKind
impl Send for PluginScopeKind
impl Sync for PluginScopeKind
impl Unpin for PluginScopeKind
impl UnsafeUnpin for PluginScopeKind
impl UnwindSafe for PluginScopeKind
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