Struct GstVulkan Video Filter 
Source #[repr(C)]pub struct GstVulkanVideoFilter {
    pub parent: GstBaseTransform,
    pub instance: *mut GstVulkanInstance,
    pub device: *mut GstVulkanDevice,
    pub queue: *mut GstVulkanQueue,
    pub in_caps: *mut GstCaps,
    pub in_info: GstVideoInfo,
    pub out_caps: *mut GstCaps,
    pub out_info: GstVideoInfo,
    pub _reserved: [gpointer; 4],
}Fields§
§parent: GstBaseTransform§instance: *mut GstVulkanInstance§device: *mut GstVulkanDevice§queue: *mut GstVulkanQueue§in_caps: *mut GstCaps§in_info: GstVideoInfo§out_caps: *mut GstCaps§out_info: GstVideoInfo§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanVideoFilter
 
impl Clone for GstVulkanVideoFilter
Source§fn clone(&self) -> GstVulkanVideoFilter
 
fn clone(&self) -> GstVulkanVideoFilter
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 GstVulkanVideoFilter
 
impl Debug for GstVulkanVideoFilter
impl Copy for GstVulkanVideoFilter
Auto Trait Implementations§
impl Freeze for GstVulkanVideoFilter
impl RefUnwindSafe for GstVulkanVideoFilter
impl !Send for GstVulkanVideoFilter
impl !Sync for GstVulkanVideoFilter
impl Unpin for GstVulkanVideoFilter
impl UnwindSafe for GstVulkanVideoFilter
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