pub struct EncoderCommandBuffer {
pub input_file_path: PathBuf,
pub output_file_path: PathBuf,
pub pass1_logfile: PathBuf,
pub vcodec_str: String,
pub acodec_str: String,
pub vcodec_rate_str: String,
pub acodec_rate_str: String,
pub commands: Vec<Command>,
}Fields§
§input_file_path: PathBuf§output_file_path: PathBuf§pass1_logfile: PathBuf§vcodec_str: String§acodec_str: String§vcodec_rate_str: String§acodec_rate_str: String§commands: Vec<Command>Auto Trait Implementations§
impl !RefUnwindSafe for EncoderCommandBuffer
impl !UnwindSafe for EncoderCommandBuffer
impl Freeze for EncoderCommandBuffer
impl Send for EncoderCommandBuffer
impl Sync for EncoderCommandBuffer
impl Unpin for EncoderCommandBuffer
impl UnsafeUnpin for EncoderCommandBuffer
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