Struct ash::vk::NvxImageViewHandleFn
source · pub struct NvxImageViewHandleFn {
pub get_image_view_handle_nvx: PFN_vkGetImageViewHandleNVX,
pub get_image_view_address_nvx: PFN_vkGetImageViewAddressNVX,
}
Fields§
§get_image_view_handle_nvx: PFN_vkGetImageViewHandleNVX
§get_image_view_address_nvx: PFN_vkGetImageViewAddressNVX
Implementations§
Trait Implementations§
source§impl Clone for NvxImageViewHandleFn
impl Clone for NvxImageViewHandleFn
source§fn clone(&self) -> NvxImageViewHandleFn
fn clone(&self) -> NvxImageViewHandleFn
Returns a copy 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 moreimpl Send for NvxImageViewHandleFn
impl Sync for NvxImageViewHandleFn
Auto Trait Implementations§
impl Freeze for NvxImageViewHandleFn
impl RefUnwindSafe for NvxImageViewHandleFn
impl Unpin for NvxImageViewHandleFn
impl UnwindSafe for NvxImageViewHandleFn
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