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