Struct aom_sys::aom::aom_codec_cx_pkt
source · #[repr(C)]pub struct aom_codec_cx_pkt {
pub kind: Type,
pub data: aom_codec_cx_pkt__bindgen_ty_1,
}
Fields§
§kind: Type
§data: aom_codec_cx_pkt__bindgen_ty_1
Trait Implementations§
source§impl Clone for aom_codec_cx_pkt
impl Clone for aom_codec_cx_pkt
source§fn clone(&self) -> aom_codec_cx_pkt
fn clone(&self) -> aom_codec_cx_pkt
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_cx_pkt
Auto Trait Implementations§
impl RefUnwindSafe for aom_codec_cx_pkt
impl !Send for aom_codec_cx_pkt
impl !Sync for aom_codec_cx_pkt
impl Unpin for aom_codec_cx_pkt
impl UnwindSafe for aom_codec_cx_pkt
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