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

Trait Implementations

impl Debug for vpx_codec_cx_pkt__bindgen_ty_1__bindgen_ty_1
[src]

Formats the value using the given formatter.

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more