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