Struct GstVulkan Display Wayland 
Source #[repr(C)]pub struct GstVulkanDisplayWayland {
    pub parent: GstVulkanDisplay,
    pub display: gpointer,
    pub registry: gpointer,
    pub compositor: gpointer,
    pub subcompositor: gpointer,
    pub shell: gpointer,
    pub foreign_display: gboolean,
}Fields§
§parent: GstVulkanDisplay§display: gpointer§registry: gpointer§compositor: gpointer§subcompositor: gpointer§shell: gpointer§foreign_display: gbooleanTrait Implementations§
Source§impl Clone for GstVulkanDisplayWayland
 
impl Clone for GstVulkanDisplayWayland
Source§fn clone(&self) -> GstVulkanDisplayWayland
 
fn clone(&self) -> GstVulkanDisplayWayland
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 GstVulkanDisplayWayland
 
impl Debug for GstVulkanDisplayWayland
impl Copy for GstVulkanDisplayWayland
Auto Trait Implementations§
impl Freeze for GstVulkanDisplayWayland
impl RefUnwindSafe for GstVulkanDisplayWayland
impl !Send for GstVulkanDisplayWayland
impl !Sync for GstVulkanDisplayWayland
impl Unpin for GstVulkanDisplayWayland
impl UnwindSafe for GstVulkanDisplayWayland
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