Struct GstVulkan DisplayXCB 
Source #[repr(C)]pub struct GstVulkanDisplayXCB { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstVulkanDisplayXCB
impl RefUnwindSafe for GstVulkanDisplayXCB
impl !Send for GstVulkanDisplayXCB
impl !Sync for GstVulkanDisplayXCB
impl !Unpin for GstVulkanDisplayXCB
impl UnwindSafe for GstVulkanDisplayXCB
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