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 (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 ScreencastFormat
Source§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
impl Eq for ScreencastFormat
Source§impl PartialEq for ScreencastFormat
impl PartialEq for ScreencastFormat
Source§fn eq(&self, other: &ScreencastFormat) -> bool
fn eq(&self, other: &ScreencastFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScreencastFormat
impl Serialize 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 UnsafeUnpin 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