pub struct RungScalerConfig {
pub rung_idx: usize,
pub target_width: u32,
pub target_height: u32,
pub frames_per_chunk: u32,
}Fields§
§rung_idx: usize§target_width: u32§target_height: u32§frames_per_chunk: u32Frames per segment chunk. Equal to encoder’s keyframe_interval.
Trait Implementations§
Source§impl Clone for RungScalerConfig
impl Clone for RungScalerConfig
Source§fn clone(&self) -> RungScalerConfig
fn clone(&self) -> RungScalerConfig
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 moreAuto Trait Implementations§
impl Freeze for RungScalerConfig
impl RefUnwindSafe for RungScalerConfig
impl Send for RungScalerConfig
impl Sync for RungScalerConfig
impl Unpin for RungScalerConfig
impl UnsafeUnpin for RungScalerConfig
impl UnwindSafe for RungScalerConfig
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