pub struct VulkanNvxImageViewHandle { /* private fields */ }Expand description
struct for VK_NVX_image_view_handle
Implementations§
Source§impl VulkanNvxImageViewHandle
impl VulkanNvxImageViewHandle
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanNvxImageViewHandle
impl Clone for VulkanNvxImageViewHandle
Source§fn clone(&self) -> VulkanNvxImageViewHandle
fn clone(&self) -> VulkanNvxImageViewHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanNvxImageViewHandle
Source§impl Debug for VulkanNvxImageViewHandle
impl Debug for VulkanNvxImageViewHandle
Source§impl Default for VulkanNvxImageViewHandle
impl Default for VulkanNvxImageViewHandle
Source§impl VK_NVX_image_view_handle for VulkanNvxImageViewHandle
impl VK_NVX_image_view_handle for VulkanNvxImageViewHandle
Source§fn vkGetImageViewHandleNVX(
&self,
device: VkDevice,
pInfo: *const VkImageViewHandleInfoNVX,
) -> Result<u32, VkError>
fn vkGetImageViewHandleNVX( &self, device: VkDevice, pInfo: *const VkImageViewHandleInfoNVX, ) -> Result<u32, VkError>
Source§fn vkGetImageViewHandle64NVX(
&self,
device: VkDevice,
pInfo: *const VkImageViewHandleInfoNVX,
) -> Result<u64, VkError>
fn vkGetImageViewHandle64NVX( &self, device: VkDevice, pInfo: *const VkImageViewHandleInfoNVX, ) -> Result<u64, VkError>
Source§fn vkGetImageViewAddressNVX(
&self,
device: VkDevice,
imageView: VkImageView,
pProperties: *mut VkImageViewAddressPropertiesNVX,
) -> Result<(), VkError>
fn vkGetImageViewAddressNVX( &self, device: VkDevice, imageView: VkImageView, pProperties: *mut VkImageViewAddressPropertiesNVX, ) -> Result<(), VkError>
Auto Trait Implementations§
impl Freeze for VulkanNvxImageViewHandle
impl RefUnwindSafe for VulkanNvxImageViewHandle
impl Send for VulkanNvxImageViewHandle
impl Sync for VulkanNvxImageViewHandle
impl Unpin for VulkanNvxImageViewHandle
impl UnsafeUnpin for VulkanNvxImageViewHandle
impl UnwindSafe for VulkanNvxImageViewHandle
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