Struct GstProtection Meta
Source #[repr(C)]pub struct GstProtectionMeta {
pub meta: GstMeta,
pub info: *mut GstStructure,
}Fields§
§meta: GstMeta§info: *mut GstStructureTrait Implementations§
Source§impl Clone for GstProtectionMeta
impl Clone for GstProtectionMeta
Source§fn clone(&self) -> GstProtectionMeta
fn clone(&self) -> GstProtectionMeta
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 GstProtectionMeta
Auto Trait Implementations§
impl !Send for GstProtectionMeta
impl !Sync for GstProtectionMeta
impl Freeze for GstProtectionMeta
impl RefUnwindSafe for GstProtectionMeta
impl Unpin for GstProtectionMeta
impl UnsafeUnpin for GstProtectionMeta
impl UnwindSafe for GstProtectionMeta
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