pub struct GstMpegtsExtendedEventDescriptor {
pub descriptor_number: u8,
pub last_descriptor_number: u8,
pub language_code: *mut i8,
pub items: *mut GPtrArray,
pub text: *mut i8,
}Fields
descriptor_number: u8last_descriptor_number: u8language_code: *mut i8items: *mut GPtrArraytext: *mut i8Trait Implementations
sourceimpl Clone for GstMpegtsExtendedEventDescriptor
impl Clone for GstMpegtsExtendedEventDescriptor
sourcefn clone(&self) -> GstMpegtsExtendedEventDescriptor
fn clone(&self) -> GstMpegtsExtendedEventDescriptor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstMpegtsExtendedEventDescriptor
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsExtendedEventDescriptor
impl !Send for GstMpegtsExtendedEventDescriptor
impl !Sync for GstMpegtsExtendedEventDescriptor
impl Unpin for GstMpegtsExtendedEventDescriptor
impl UnwindSafe for GstMpegtsExtendedEventDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more