#[repr(C)]pub struct GstMpegtsDescriptor {
pub tag: u8,
pub tag_extension: u8,
pub length: u8,
pub data: *mut u8,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§tag: u8
§tag_extension: u8
§length: u8
§data: *mut u8
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstMpegtsDescriptor
impl Clone for GstMpegtsDescriptor
source§fn clone(&self) -> GstMpegtsDescriptor
fn clone(&self) -> GstMpegtsDescriptor
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