#[repr(C)]pub struct GstMpegtsAtscRRTDimension {
pub names: *mut GPtrArray,
pub graduated_scale: gboolean,
pub values_defined: u8,
pub values: *mut GPtrArray,
}
Fields§
§names: *mut GPtrArray
§graduated_scale: gboolean
§values_defined: u8
§values: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsAtscRRTDimension
impl Clone for GstMpegtsAtscRRTDimension
source§fn clone(&self) -> GstMpegtsAtscRRTDimension
fn clone(&self) -> GstMpegtsAtscRRTDimension
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