#[repr(C)]pub struct GstMpegtsPESMetadataMeta {
pub meta: GstMeta,
pub metadata_service_id: u8,
pub flags: u8,
}
Fields§
§meta: GstMeta
§metadata_service_id: u8
§flags: u8
Trait Implementations§
source§impl Clone for GstMpegtsPESMetadataMeta
impl Clone for GstMpegtsPESMetadataMeta
source§fn clone(&self) -> GstMpegtsPESMetadataMeta
fn clone(&self) -> GstMpegtsPESMetadataMeta
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 GstMpegtsPESMetadataMeta
impl Debug for GstMpegtsPESMetadataMeta
impl Copy for GstMpegtsPESMetadataMeta
Auto Trait Implementations§
impl Freeze for GstMpegtsPESMetadataMeta
impl RefUnwindSafe for GstMpegtsPESMetadataMeta
impl !Send for GstMpegtsPESMetadataMeta
impl !Sync for GstMpegtsPESMetadataMeta
impl Unpin for GstMpegtsPESMetadataMeta
impl UnwindSafe for GstMpegtsPESMetadataMeta
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
)