Struct GstVideoDSC Selection Meta
Source #[repr(C)]pub struct GstVideoDSCSelectionMeta {
pub meta: GstMeta,
pub dsc_selection: GstH274DigitallySignedContentSelection,
}Fields§
§meta: GstMeta§dsc_selection: GstH274DigitallySignedContentSelectionTrait Implementations§
Source§impl Clone for GstVideoDSCSelectionMeta
impl Clone for GstVideoDSCSelectionMeta
Source§fn clone(&self) -> GstVideoDSCSelectionMeta
fn clone(&self) -> GstVideoDSCSelectionMeta
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 GstVideoDSCSelectionMeta
Auto Trait Implementations§
impl !Send for GstVideoDSCSelectionMeta
impl !Sync for GstVideoDSCSelectionMeta
impl Freeze for GstVideoDSCSelectionMeta
impl RefUnwindSafe for GstVideoDSCSelectionMeta
impl Unpin for GstVideoDSCSelectionMeta
impl UnsafeUnpin for GstVideoDSCSelectionMeta
impl UnwindSafe for GstVideoDSCSelectionMeta
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