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