Struct vpx_sys::vpx_codec_cx_pkt
source · [−]#[repr(C)]pub struct vpx_codec_cx_pkt {
pub kind: vpx_codec_cx_pkt_kind,
pub data: vpx_codec_cx_pkt__bindgen_ty_1,
}Fields
kind: vpx_codec_cx_pkt_kinddata: vpx_codec_cx_pkt__bindgen_ty_1Trait Implementations
sourceimpl Clone for vpx_codec_cx_pkt
impl Clone for vpx_codec_cx_pkt
sourcefn clone(&self) -> vpx_codec_cx_pkt
fn clone(&self) -> vpx_codec_cx_pkt
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for vpx_codec_cx_pkt
Auto Trait Implementations
impl RefUnwindSafe for vpx_codec_cx_pkt
impl !Send for vpx_codec_cx_pkt
impl !Sync for vpx_codec_cx_pkt
impl Unpin for vpx_codec_cx_pkt
impl UnwindSafe for vpx_codec_cx_pkt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more