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