#[repr(C)]pub struct GstShmAllocatorClass {
pub parent_class: GstFdAllocatorClass,
}
Fields§
§parent_class: GstFdAllocatorClass
Trait Implementations§
Source§impl Clone for GstShmAllocatorClass
impl Clone for GstShmAllocatorClass
Source§fn clone(&self) -> GstShmAllocatorClass
fn clone(&self) -> GstShmAllocatorClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstShmAllocatorClass
impl Debug for GstShmAllocatorClass
impl Copy for GstShmAllocatorClass
Auto Trait Implementations§
impl Freeze for GstShmAllocatorClass
impl RefUnwindSafe for GstShmAllocatorClass
impl !Send for GstShmAllocatorClass
impl !Sync for GstShmAllocatorClass
impl Unpin for GstShmAllocatorClass
impl UnwindSafe for GstShmAllocatorClass
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