Struct vpx_sys::vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1
[−]
[src]
#[repr(C)]pub struct vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1 { pub buf: *mut c_void, pub sz: usize, pub pts: vpx_codec_pts_t, pub duration: c_ulong, pub flags: vpx_codec_frame_flags_t, pub partition_id: c_int, }
Fields
buf: *mut c_void
sz: usize
pts: vpx_codec_pts_t
duration: c_ulong
flags: vpx_codec_frame_flags_t
partition_id: c_int
Trait Implementations
impl Debug for vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1
[src]
impl Copy for vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1
[src]
impl Clone for vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more