pub enum ScreencastFormat {
Jpeg,
Png,
}Expand description
Screencast frame format.
Variants§
Trait Implementations§
Source§impl Clone for ScreencastFormat
impl Clone for ScreencastFormat
Source§fn clone(&self) -> ScreencastFormat
fn clone(&self) -> ScreencastFormat
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 ScreencastFormat
impl Debug for ScreencastFormat
Source§impl Default for ScreencastFormat
impl Default for ScreencastFormat
Source§fn default() -> ScreencastFormat
fn default() -> ScreencastFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for ScreencastFormat
impl PartialEq for ScreencastFormat
Source§impl Serialize for ScreencastFormat
impl Serialize for ScreencastFormat
impl Copy for ScreencastFormat
impl Eq for ScreencastFormat
impl StructuralPartialEq for ScreencastFormat
Auto Trait Implementations§
impl Freeze for ScreencastFormat
impl RefUnwindSafe for ScreencastFormat
impl Send for ScreencastFormat
impl Sync for ScreencastFormat
impl Unpin for ScreencastFormat
impl UnwindSafe for ScreencastFormat
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