pub struct ImageSequenceOutput { /* private fields */ }Expand description
Builder for image sequence output
Implementations§
Source§impl ImageSequenceOutput
impl ImageSequenceOutput
Sourcepub fn image_format(self, format: impl Into<String>) -> Self
pub fn image_format(self, format: impl Into<String>) -> Self
Set output format (jpeg, png, etc.)
Sourcepub fn start_number(self, num: u32) -> Self
pub fn start_number(self, num: u32) -> Self
Set start number
Sourcepub fn into_output(self) -> Output
pub fn into_output(self) -> Output
Convert to Output
Trait Implementations§
Source§impl Clone for ImageSequenceOutput
impl Clone for ImageSequenceOutput
Source§fn clone(&self) -> ImageSequenceOutput
fn clone(&self) -> ImageSequenceOutput
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 moreAuto Trait Implementations§
impl Freeze for ImageSequenceOutput
impl RefUnwindSafe for ImageSequenceOutput
impl Send for ImageSequenceOutput
impl Sync for ImageSequenceOutput
impl Unpin for ImageSequenceOutput
impl UnwindSafe for ImageSequenceOutput
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