Struct mlt_sys::mlt_slices_s[][src]

#[repr(C)]
pub struct mlt_slices_s { /* fields omitted */ }

\envvar \em MLT_SLICES_COUNT Set the number of slices to use, which defaults to number of CPUs found.

Trait Implementations

impl Debug for mlt_slices_s
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_slices_s
[src]

impl Clone for mlt_slices_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations