pub struct RungContribution {
pub width: u32,
pub height: u32,
pub relative_dir: String,
pub manifest: CmafTrackManifest,
}Expand description
One encoder worker’s contribution to a rung (a slice of its segments).
Fields§
§width: u32§height: u32§relative_dir: String§manifest: CmafTrackManifestTrait Implementations§
Source§impl Clone for RungContribution
impl Clone for RungContribution
Source§fn clone(&self) -> RungContribution
fn clone(&self) -> RungContribution
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 RungContribution
impl RefUnwindSafe for RungContribution
impl Send for RungContribution
impl Sync for RungContribution
impl Unpin for RungContribution
impl UnsafeUnpin for RungContribution
impl UnwindSafe for RungContribution
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