Struct GstVulkan Image View
Source pub struct GstVulkanImageView {
pub parent: GstMiniObject,
pub device: *mut GstVulkanDevice,
pub image: *mut GstVulkanImageMemory,
/* private fields */
}Fields§
§parent: GstMiniObject§device: *mut GstVulkanDevice§image: *mut GstVulkanImageMemoryTrait Implementations§
Auto Trait Implementations§
impl !Send for GstVulkanImageView
impl !Sync for GstVulkanImageView
impl Freeze for GstVulkanImageView
impl RefUnwindSafe for GstVulkanImageView
impl Unpin for GstVulkanImageView
impl UnsafeUnpin for GstVulkanImageView
impl UnwindSafe for GstVulkanImageView
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