pub enum PluginPlaybackAuthority {
MasterClock,
VideoSurface,
AudioSink,
Participation,
}Expand description
Authority that only the current active playback slot may exercise.
Variants§
Trait Implementations§
Source§impl Clone for PluginPlaybackAuthority
impl Clone for PluginPlaybackAuthority
Source§fn clone(&self) -> PluginPlaybackAuthority
fn clone(&self) -> PluginPlaybackAuthority
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 PluginPlaybackAuthority
Source§impl Debug for PluginPlaybackAuthority
impl Debug for PluginPlaybackAuthority
impl Eq for PluginPlaybackAuthority
Source§impl Hash for PluginPlaybackAuthority
impl Hash for PluginPlaybackAuthority
Source§impl Ord for PluginPlaybackAuthority
impl Ord for PluginPlaybackAuthority
Source§fn cmp(&self, other: &PluginPlaybackAuthority) -> Ordering
fn cmp(&self, other: &PluginPlaybackAuthority) -> 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 PluginPlaybackAuthority
impl PartialEq for PluginPlaybackAuthority
Source§impl PartialOrd for PluginPlaybackAuthority
impl PartialOrd for PluginPlaybackAuthority
impl StructuralPartialEq for PluginPlaybackAuthority
Auto Trait Implementations§
impl Freeze for PluginPlaybackAuthority
impl RefUnwindSafe for PluginPlaybackAuthority
impl Send for PluginPlaybackAuthority
impl Sync for PluginPlaybackAuthority
impl Unpin for PluginPlaybackAuthority
impl UnsafeUnpin for PluginPlaybackAuthority
impl UnwindSafe for PluginPlaybackAuthority
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