Struct GstVulkan Operation 
Source #[repr(C)]pub struct GstVulkanOperation {
    pub parent: GstObject,
    pub cmd_buf: *mut GstVulkanCommandBuffer,
    pub _reserved: [gpointer; 4],
}Fields§
§parent: GstObject§cmd_buf: *mut GstVulkanCommandBuffer§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanOperation
 
impl Clone for GstVulkanOperation
Source§fn clone(&self) -> GstVulkanOperation
 
fn clone(&self) -> GstVulkanOperation
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 GstVulkanOperation
 
impl Debug for GstVulkanOperation
impl Copy for GstVulkanOperation
Auto Trait Implementations§
impl Freeze for GstVulkanOperation
impl RefUnwindSafe for GstVulkanOperation
impl !Send for GstVulkanOperation
impl !Sync for GstVulkanOperation
impl Unpin for GstVulkanOperation
impl UnwindSafe for GstVulkanOperation
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