pub enum VideoCompressQuality {
Low,
Medium,
High,
}Variants§
Trait Implementations§
Source§impl Clone for VideoCompressQuality
impl Clone for VideoCompressQuality
Source§fn clone(&self) -> VideoCompressQuality
fn clone(&self) -> VideoCompressQuality
Returns a duplicate 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 VideoCompressQuality
impl Debug for VideoCompressQuality
Source§impl PartialEq for VideoCompressQuality
impl PartialEq for VideoCompressQuality
impl Copy for VideoCompressQuality
impl Eq for VideoCompressQuality
impl StructuralPartialEq for VideoCompressQuality
Auto Trait Implementations§
impl Freeze for VideoCompressQuality
impl RefUnwindSafe for VideoCompressQuality
impl Send for VideoCompressQuality
impl Sync for VideoCompressQuality
impl Unpin for VideoCompressQuality
impl UnsafeUnpin for VideoCompressQuality
impl UnwindSafe for VideoCompressQuality
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