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