Struct vpx_sys::vpx_codec_stream_info
source · #[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_uint§w: c_uint§h: c_uint§is_kf: c_uintTrait Implementations§
source§impl Clone for vpx_codec_stream_info
impl Clone for vpx_codec_stream_info
source§fn clone(&self) -> vpx_codec_stream_info
fn clone(&self) -> vpx_codec_stream_info
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more