pub struct StartScreencastBuilder { /* private fields */ }Implementations§
Source§impl StartScreencastBuilder
impl StartScreencastBuilder
pub fn format(self, format: impl Into<StartScreencastFormat>) -> Self
pub fn quality(self, quality: impl Into<i64>) -> Self
pub fn max_width(self, max_width: impl Into<i64>) -> Self
pub fn max_height(self, max_height: impl Into<i64>) -> Self
pub fn every_nth_frame(self, every_nth_frame: impl Into<i64>) -> Self
pub fn build(self) -> StartScreencast
Trait Implementations§
Source§impl Clone for StartScreencastBuilder
impl Clone for StartScreencastBuilder
Source§fn clone(&self) -> StartScreencastBuilder
fn clone(&self) -> StartScreencastBuilder
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 Default for StartScreencastBuilder
impl Default for StartScreencastBuilder
Source§fn default() -> StartScreencastBuilder
fn default() -> StartScreencastBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StartScreencastBuilder
impl RefUnwindSafe for StartScreencastBuilder
impl Send for StartScreencastBuilder
impl Sync for StartScreencastBuilder
impl Unpin for StartScreencastBuilder
impl UnsafeUnpin for StartScreencastBuilder
impl UnwindSafe for StartScreencastBuilder
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