Struct GstVulkan Display Wayland Class 
Source #[repr(C)]pub struct GstVulkanDisplayWaylandClass {
    pub object_class: GstVulkanDisplayClass,
}Fields§
§object_class: GstVulkanDisplayClassTrait Implementations§
Source§impl Clone for GstVulkanDisplayWaylandClass
 
impl Clone for GstVulkanDisplayWaylandClass
Source§fn clone(&self) -> GstVulkanDisplayWaylandClass
 
fn clone(&self) -> GstVulkanDisplayWaylandClass
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 GstVulkanDisplayWaylandClass
 
impl Debug for GstVulkanDisplayWaylandClass
impl Copy for GstVulkanDisplayWaylandClass
Auto Trait Implementations§
impl Freeze for GstVulkanDisplayWaylandClass
impl RefUnwindSafe for GstVulkanDisplayWaylandClass
impl !Send for GstVulkanDisplayWaylandClass
impl !Sync for GstVulkanDisplayWaylandClass
impl Unpin for GstVulkanDisplayWaylandClass
impl UnwindSafe for GstVulkanDisplayWaylandClass
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