pub enum PlayerKind {
Mpv,
Iina,
Vlc,
AndroidMpv,
AndroidVlc,
Syncplay,
Custom,
}Variants§
Trait Implementations§
Source§impl Clone for PlayerKind
impl Clone for PlayerKind
Source§fn clone(&self) -> PlayerKind
fn clone(&self) -> PlayerKind
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 PlayerKind
impl Debug for PlayerKind
Source§impl Display for PlayerKind
impl Display for PlayerKind
impl Eq for PlayerKind
Source§impl PartialEq for PlayerKind
impl PartialEq for PlayerKind
impl StructuralPartialEq for PlayerKind
Auto Trait Implementations§
impl Freeze for PlayerKind
impl RefUnwindSafe for PlayerKind
impl Send for PlayerKind
impl Sync for PlayerKind
impl Unpin for PlayerKind
impl UnsafeUnpin for PlayerKind
impl UnwindSafe for PlayerKind
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