pub struct RecapOptions {
pub video: Option<VideoFormat>,
pub framerate: u32,
}Fields§
§video: Option<VideoFormat>§framerate: u32Trait Implementations§
Source§impl Clone for RecapOptions
impl Clone for RecapOptions
Source§fn clone(&self) -> RecapOptions
fn clone(&self) -> RecapOptions
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 RecapOptions
Source§impl Debug for RecapOptions
impl Debug for RecapOptions
Source§impl Default for RecapOptions
impl Default for RecapOptions
Source§fn default() -> RecapOptions
fn default() -> RecapOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RecapOptions
impl RefUnwindSafe for RecapOptions
impl Send for RecapOptions
impl Sync for RecapOptions
impl Unpin for RecapOptions
impl UnsafeUnpin for RecapOptions
impl UnwindSafe for RecapOptions
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