Struct GstFdAllocator
Source#[repr(C)]pub struct GstFdAllocator {
pub parent: GstAllocator,
}
Fields§
§parent: GstAllocator
Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstFdAllocator
impl Debug for GstFdAllocator
impl Copy for GstFdAllocator
Auto Trait Implementations§
impl Freeze for GstFdAllocator
impl RefUnwindSafe for GstFdAllocator
impl !Send for GstFdAllocator
impl !Sync for GstFdAllocator
impl Unpin 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