Struct GstVulkan Queue Class
Source #[repr(C)]pub struct GstVulkanQueueClass {
pub parent_class: GstObjectClass,
pub _reserved: [gpointer; 4],
}Fields§
§parent_class: GstObjectClass§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanQueueClass
impl Clone for GstVulkanQueueClass
Source§fn clone(&self) -> GstVulkanQueueClass
fn clone(&self) -> GstVulkanQueueClass
Returns a duplicate 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 GstVulkanQueueClass
impl Debug for GstVulkanQueueClass
impl Copy for GstVulkanQueueClass
Auto Trait Implementations§
impl Freeze for GstVulkanQueueClass
impl RefUnwindSafe for GstVulkanQueueClass
impl !Send for GstVulkanQueueClass
impl !Sync for GstVulkanQueueClass
impl Unpin for GstVulkanQueueClass
impl UnwindSafe for GstVulkanQueueClass
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