Struct gstreamer_sys::GstParentBufferMeta
source · #[repr(C)]pub struct GstParentBufferMeta {
pub parent: GstMeta,
pub buffer: *mut GstBuffer,
}
Fields§
§parent: GstMeta
§buffer: *mut GstBuffer
Trait Implementations§
source§impl Clone for GstParentBufferMeta
impl Clone for GstParentBufferMeta
source§fn clone(&self) -> GstParentBufferMeta
fn clone(&self) -> GstParentBufferMeta
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 GstParentBufferMeta
impl Debug for GstParentBufferMeta
impl Copy for GstParentBufferMeta
Auto Trait Implementations§
impl Freeze for GstParentBufferMeta
impl RefUnwindSafe for GstParentBufferMeta
impl !Send for GstParentBufferMeta
impl !Sync for GstParentBufferMeta
impl Unpin for GstParentBufferMeta
impl UnwindSafe for GstParentBufferMeta
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
)