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
sz: c_uintw: c_uinth: c_uintis_kf: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vpx_codec_stream_info
impl Send for vpx_codec_stream_info
impl Sync for vpx_codec_stream_info
impl Unpin for vpx_codec_stream_info
impl UnwindSafe for vpx_codec_stream_info
Blanket Implementations
Mutably borrows from an owned value. Read more