Struct gstreamer_mpegts_sys::GstMpegtsAtscRRTDimension [−][src]
#[repr(C)]pub struct GstMpegtsAtscRRTDimension { pub names: *mut GPtrArray, pub graduated_scale: gboolean, pub values_defined: u8, pub values: *mut GPtrArray, }
Fields
names: *mut GPtrArraygraduated_scale: gbooleanvalues_defined: u8values: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsAtscRRTDimensionimpl !Send for GstMpegtsAtscRRTDimensionimpl !Sync for GstMpegtsAtscRRTDimensionimpl Unpin for GstMpegtsAtscRRTDimensionimpl UnwindSafe for GstMpegtsAtscRRTDimensionBlanket Implementations
Mutably borrows from an owned value. Read more