Struct aom_sys::aom::aom_codec_ctx
source · #[repr(C)]pub struct aom_codec_ctx {
pub name: *const c_char,
pub iface: *const aom_codec_iface,
pub err: Type,
pub err_detail: *const c_char,
pub init_flags: aom_codec_flags_t,
pub config: aom_codec_ctx__bindgen_ty_1,
pub priv_: *mut aom_codec_priv_t,
}
Fields§
§name: *const c_char
§iface: *const aom_codec_iface
§err: Type
§err_detail: *const c_char
§init_flags: aom_codec_flags_t
§config: aom_codec_ctx__bindgen_ty_1
§priv_: *mut aom_codec_priv_t
Trait Implementations§
source§impl Clone for aom_codec_ctx
impl Clone for aom_codec_ctx
source§fn clone(&self) -> aom_codec_ctx
fn clone(&self) -> aom_codec_ctx
Returns a copy 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 moreimpl Copy for aom_codec_ctx
Auto Trait Implementations§
impl RefUnwindSafe for aom_codec_ctx
impl !Send for aom_codec_ctx
impl !Sync for aom_codec_ctx
impl Unpin for aom_codec_ctx
impl UnwindSafe for aom_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