#[repr(C)]pub struct GstMpegtsMetadataPointerDescriptor {
pub metadata_application_format: GstMpegtsMetadataApplicationFormat,
pub metadata_format: GstMpegtsMetadataFormat,
pub metadata_format_identifier: u32,
pub metadata_service_id: u8,
pub program_number: u16,
}
Fields§
§metadata_application_format: GstMpegtsMetadataApplicationFormat
§metadata_format: GstMpegtsMetadataFormat
§metadata_format_identifier: u32
§metadata_service_id: u8
§program_number: u16
Trait Implementations§
source§impl Clone for GstMpegtsMetadataPointerDescriptor
impl Clone for GstMpegtsMetadataPointerDescriptor
source§fn clone(&self) -> GstMpegtsMetadataPointerDescriptor
fn clone(&self) -> GstMpegtsMetadataPointerDescriptor
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 moreimpl Copy for GstMpegtsMetadataPointerDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsMetadataPointerDescriptor
impl RefUnwindSafe for GstMpegtsMetadataPointerDescriptor
impl Send for GstMpegtsMetadataPointerDescriptor
impl Sync for GstMpegtsMetadataPointerDescriptor
impl Unpin for GstMpegtsMetadataPointerDescriptor
impl UnwindSafe for GstMpegtsMetadataPointerDescriptor
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)