Struct GstMpegts Descriptor
Source #[repr(C)]pub struct GstMpegtsDescriptor {
pub tag: u8,
pub tag_extension: u8,
pub length: u8,
pub data: *mut u8,
pub _gst_reserved: [gpointer; 4],
}Fields§
§tag: u8§tag_extension: u8§length: u8§data: *mut u8§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstMpegtsDescriptor
impl Clone for GstMpegtsDescriptor
Source§fn clone(&self) -> GstMpegtsDescriptor
fn clone(&self) -> GstMpegtsDescriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstMpegtsDescriptor
Auto Trait Implementations§
impl !Send for GstMpegtsDescriptor
impl !Sync for GstMpegtsDescriptor
impl Freeze for GstMpegtsDescriptor
impl RefUnwindSafe for GstMpegtsDescriptor
impl Unpin for GstMpegtsDescriptor
impl UnsafeUnpin for GstMpegtsDescriptor
impl UnwindSafe for GstMpegtsDescriptor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more