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_char
rating: u8
Trait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsDVBParentalRatingItem
impl !Sync for GstMpegtsDVBParentalRatingItem
impl Unpin for GstMpegtsDVBParentalRatingItem
impl UnwindSafe for GstMpegtsDVBParentalRatingItem
Blanket Implementations
Mutably borrows from an owned value. Read more