Struct GstDma BufAllocator Class
Source #[repr(C)]pub struct GstDmaBufAllocatorClass {
pub parent_class: GstFdAllocatorClass,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent_class: GstFdAllocatorClass§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstDmaBufAllocatorClass
impl Clone for GstDmaBufAllocatorClass
Source§fn clone(&self) -> GstDmaBufAllocatorClass
fn clone(&self) -> GstDmaBufAllocatorClass
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 GstDmaBufAllocatorClass
Auto Trait Implementations§
impl !Send for GstDmaBufAllocatorClass
impl !Sync for GstDmaBufAllocatorClass
impl Freeze for GstDmaBufAllocatorClass
impl RefUnwindSafe for GstDmaBufAllocatorClass
impl Unpin for GstDmaBufAllocatorClass
impl UnsafeUnpin for GstDmaBufAllocatorClass
impl UnwindSafe for GstDmaBufAllocatorClass
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