Struct vpx_sys::vpx_codec_ctx [−][src]
#[repr(C)]pub struct vpx_codec_ctx {
pub name: *const c_char,
pub iface: *mut vpx_codec_iface_t,
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_chariface: *mut vpx_codec_iface_terr: vpx_codec_err_terr_detail: *const c_charinit_flags: vpx_codec_flags_tconfig: vpx_codec_ctx__bindgen_ty_1priv_: *mut vpx_codec_priv_tTrait Implementations
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more