Struct gstreamer_mpegts_sys::GstMpegtsDVBParentalRatingItem [−][src]
#[repr(C)]pub struct GstMpegtsDVBParentalRatingItem { pub country_code: *mut c_char, pub rating: u8, }
Fields
country_code: *mut c_charrating: u8Trait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsDVBParentalRatingItemimpl !Sync for GstMpegtsDVBParentalRatingItemimpl Unpin for GstMpegtsDVBParentalRatingItemimpl UnwindSafe for GstMpegtsDVBParentalRatingItemBlanket Implementations
Mutably borrows from an owned value. Read more