pub enum EncoderCommand {
Start,
Stop(bool),
Pause,
Resume,
}Variants§
Trait Implementations§
Source§impl Clone for EncoderCommand
impl Clone for EncoderCommand
Source§fn clone(&self) -> EncoderCommand
fn clone(&self) -> EncoderCommand
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 EncoderCommand
Auto Trait Implementations§
impl Freeze for EncoderCommand
impl RefUnwindSafe for EncoderCommand
impl Send for EncoderCommand
impl Sync for EncoderCommand
impl Unpin for EncoderCommand
impl UnsafeUnpin for EncoderCommand
impl UnwindSafe for EncoderCommand
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