Struct ash::vk::NvxImageViewHandleFn [−][src]
pub struct NvxImageViewHandleFn { pub get_image_view_handle_nvx: extern "system" fn(device: Device, p_info: *const ImageViewHandleInfoNVX) -> u32, }
Fields
get_image_view_handle_nvx: extern "system" fn(device: Device, p_info: *const ImageViewHandleInfoNVX) -> u32
Implementations
pub unsafe fn get_image_view_handle_nvx(
&self,
device: Device,
p_info: *const ImageViewHandleInfoNVX
) -> u32
pub unsafe fn get_image_view_handle_nvx(
&self,
device: Device,
p_info: *const ImageViewHandleInfoNVX
) -> u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NvxImageViewHandleFn
impl Unpin for NvxImageViewHandleFn
impl UnwindSafe for NvxImageViewHandleFn
Blanket Implementations
Mutably borrows from an owned value. Read more