pub struct FrameVulkanHandle<'frame> { /* private fields */ }Expand description
Borrowed Vulkan non-dispatchable handle tied to an active texture frame.
Implementations§
Source§impl<'frame> FrameVulkanHandle<'frame>
impl<'frame> FrameVulkanHandle<'frame>
Trait Implementations§
Source§impl<'frame> Clone for FrameVulkanHandle<'frame>
impl<'frame> Clone for FrameVulkanHandle<'frame>
Source§fn clone(&self) -> FrameVulkanHandle<'frame>
fn clone(&self) -> FrameVulkanHandle<'frame>
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 FrameVulkanHandle<'_>
impl Debug for FrameVulkanHandle<'_>
Source§impl<'frame> Hash for FrameVulkanHandle<'frame>
impl<'frame> Hash for FrameVulkanHandle<'frame>
Source§impl<'frame> PartialEq for FrameVulkanHandle<'frame>
impl<'frame> PartialEq for FrameVulkanHandle<'frame>
impl<'frame> Copy for FrameVulkanHandle<'frame>
impl<'frame> Eq for FrameVulkanHandle<'frame>
impl<'frame> StructuralPartialEq for FrameVulkanHandle<'frame>
Auto Trait Implementations§
impl<'frame> Freeze for FrameVulkanHandle<'frame>
impl<'frame> RefUnwindSafe for FrameVulkanHandle<'frame>
impl<'frame> !Send for FrameVulkanHandle<'frame>
impl<'frame> !Sync for FrameVulkanHandle<'frame>
impl<'frame> Unpin for FrameVulkanHandle<'frame>
impl<'frame> UnsafeUnpin for FrameVulkanHandle<'frame>
impl<'frame> UnwindSafe for FrameVulkanHandle<'frame>
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