Struct GstDRM Dumb Allocator Class
Source #[repr(C)]pub struct GstDRMDumbAllocatorClass {
pub parent_class: GstAllocatorClass,
}Fields§
§parent_class: GstAllocatorClassTrait Implementations§
Source§impl Clone for GstDRMDumbAllocatorClass
impl Clone for GstDRMDumbAllocatorClass
Source§fn clone(&self) -> GstDRMDumbAllocatorClass
fn clone(&self) -> GstDRMDumbAllocatorClass
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 GstDRMDumbAllocatorClass
Auto Trait Implementations§
impl !Send for GstDRMDumbAllocatorClass
impl !Sync for GstDRMDumbAllocatorClass
impl Freeze for GstDRMDumbAllocatorClass
impl RefUnwindSafe for GstDRMDumbAllocatorClass
impl Unpin for GstDRMDumbAllocatorClass
impl UnsafeUnpin for GstDRMDumbAllocatorClass
impl UnwindSafe for GstDRMDumbAllocatorClass
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