#[repr(C)]pub struct XmfVpxEncoderConfig {
pub codec: XmfVpxCodecType,
pub width: u32,
pub height: u32,
pub bitrate: u32,
pub timebase_num: i32,
pub timebase_den: i32,
pub threads: u32,
}Fields§
§codec: XmfVpxCodecType§width: u32§height: u32§bitrate: u32§timebase_num: i32§timebase_den: i32§threads: u32Trait Implementations§
Source§impl Clone for XmfVpxEncoderConfig
impl Clone for XmfVpxEncoderConfig
Source§fn clone(&self) -> XmfVpxEncoderConfig
fn clone(&self) -> XmfVpxEncoderConfig
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 moreSource§impl Debug for XmfVpxEncoderConfig
impl Debug for XmfVpxEncoderConfig
impl Copy for XmfVpxEncoderConfig
Auto Trait Implementations§
impl Freeze for XmfVpxEncoderConfig
impl RefUnwindSafe for XmfVpxEncoderConfig
impl Send for XmfVpxEncoderConfig
impl Sync for XmfVpxEncoderConfig
impl Unpin for XmfVpxEncoderConfig
impl UnwindSafe for XmfVpxEncoderConfig
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