Struct _Gst Vulkan Operation Private
Source pub struct _GstVulkanOperationPrivate { /* private fields */ }Auto Trait Implementations§
impl Freeze for _GstVulkanOperationPrivate
impl RefUnwindSafe for _GstVulkanOperationPrivate
impl !Send for _GstVulkanOperationPrivate
impl !Sync for _GstVulkanOperationPrivate
impl !Unpin for _GstVulkanOperationPrivate
impl UnwindSafe for _GstVulkanOperationPrivate
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