Struct libaom_sys::aom_codec_cx_pkt
source · #[repr(C)]pub struct aom_codec_cx_pkt {
pub kind: aom_codec_cx_pkt_kind,
pub data: aom_codec_cx_pkt__bindgen_ty_1,
}Expand description
Encoder output packet
This structure contains the different kinds of output data the encoder may produce while compressing a frame.
Fields§
§kind: aom_codec_cx_pkt_kindpacket variant
data: aom_codec_cx_pkt__bindgen_ty_1packet data
Trait Implementations§
source§impl Clone for aom_codec_cx_pkt
impl Clone for aom_codec_cx_pkt
source§fn clone(&self) -> aom_codec_cx_pkt
fn clone(&self) -> aom_codec_cx_pkt
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