#[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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstMpegtsDescriptor
impl Debug for GstMpegtsDescriptor
impl Copy for GstMpegtsDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsDescriptor
impl RefUnwindSafe for GstMpegtsDescriptor
impl !Send for GstMpegtsDescriptor
impl !Sync for GstMpegtsDescriptor
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)