#[repr(C)]pub struct XmfVpxDecoderConfig {
pub threads: c_uint,
pub w: c_uint,
pub h: c_uint,
pub codec: XmfVpxCodecType,
}Fields§
§threads: c_uint§w: c_uintWidth
Set to 0 when unknown.
h: c_uintHeight
Set to 0 when unknown.
codec: XmfVpxCodecTypeTrait Implementations§
Source§impl Clone for XmfVpxDecoderConfig
impl Clone for XmfVpxDecoderConfig
Source§fn clone(&self) -> XmfVpxDecoderConfig
fn clone(&self) -> XmfVpxDecoderConfig
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 XmfVpxDecoderConfig
impl Debug for XmfVpxDecoderConfig
impl Copy for XmfVpxDecoderConfig
Auto Trait Implementations§
impl Freeze for XmfVpxDecoderConfig
impl RefUnwindSafe for XmfVpxDecoderConfig
impl Send for XmfVpxDecoderConfig
impl Sync for XmfVpxDecoderConfig
impl Unpin for XmfVpxDecoderConfig
impl UnwindSafe for XmfVpxDecoderConfig
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