Struct vpx_sys::vpx_codec_stream_info [] [src]

#[repr(C)]
pub struct vpx_codec_stream_info { pub sz: c_uint, pub w: c_uint, pub h: c_uint, pub is_kf: c_uint, }

Fields

Trait Implementations

impl Debug for vpx_codec_stream_info
[src]

Formats the value using the given formatter.

impl Copy for vpx_codec_stream_info
[src]

impl Clone for vpx_codec_stream_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more