#[repr(C)]pub struct vpx_codec_ctx {
pub name: *const c_char,
pub iface: *const vpx_codec_iface,
pub err: vpx_codec_err_t,
pub err_detail: *const c_char,
pub init_flags: vpx_codec_flags_t,
pub config: vpx_codec_ctx__bindgen_ty_1,
pub priv_: *mut vpx_codec_priv_t,
}
Fields§
§name: *const c_char
§iface: *const vpx_codec_iface
§err: vpx_codec_err_t
§err_detail: *const c_char
§init_flags: vpx_codec_flags_t
§config: vpx_codec_ctx__bindgen_ty_1
§priv_: *mut vpx_codec_priv_t
Trait Implementations§
Source§impl Clone for vpx_codec_ctx
impl Clone for vpx_codec_ctx
Source§fn clone(&self) -> vpx_codec_ctx
fn clone(&self) -> vpx_codec_ctx
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 Default for vpx_codec_ctx
impl Default for vpx_codec_ctx
impl Copy for vpx_codec_ctx
Auto Trait Implementations§
impl Freeze for vpx_codec_ctx
impl RefUnwindSafe for vpx_codec_ctx
impl !Send for vpx_codec_ctx
impl !Sync for vpx_codec_ctx
impl Unpin for vpx_codec_ctx
impl UnwindSafe for vpx_codec_ctx
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