pub enum VideoDeviceType {
Decoder,
Encoder,
}Variants§
Trait Implementations§
Source§impl Clone for VideoDeviceType
impl Clone for VideoDeviceType
Source§fn clone(&self) -> VideoDeviceType
fn clone(&self) -> VideoDeviceType
Returns a copy of the value. Read more
1.0.0 · 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 VideoDeviceType
impl Debug for VideoDeviceType
impl Copy for VideoDeviceType
Auto Trait Implementations§
impl Freeze for VideoDeviceType
impl RefUnwindSafe for VideoDeviceType
impl Send for VideoDeviceType
impl Sync for VideoDeviceType
impl Unpin for VideoDeviceType
impl UnwindSafe for VideoDeviceType
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