pub struct GstMpegtsAtscStringSegment {
pub compression_type: u8,
pub mode: u8,
pub compressed_data_size: u8,
pub compressed_data: *mut u8,
pub cached_string: *mut i8,
}Fields§
§compression_type: u8§mode: u8§compressed_data_size: u8§compressed_data: *mut u8§cached_string: *mut i8Trait Implementations§
source§impl Clone for GstMpegtsAtscStringSegment
impl Clone for GstMpegtsAtscStringSegment
source§fn clone(&self) -> GstMpegtsAtscStringSegment
fn clone(&self) -> GstMpegtsAtscStringSegment
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