pub struct NvxImageViewHandleFn {
pub get_image_view_handle_nvx: unsafe extern "system" fn(Device, *const ImageViewHandleInfoNVX) -> u32,
pub get_image_view_address_nvx: unsafe extern "system" fn(Device, ImageView, *mut ImageViewAddressPropertiesNVX) -> Result,
}Fields
get_image_view_handle_nvx: unsafe extern "system" fn(Device, *const ImageViewHandleInfoNVX) -> u32get_image_view_address_nvx: unsafe extern "system" fn(Device, ImageView, *mut ImageViewAddressPropertiesNVX) -> ResultImplementations
Trait Implementations
sourceimpl Clone for NvxImageViewHandleFn
impl Clone for NvxImageViewHandleFn
sourcefn clone(&self) -> NvxImageViewHandleFn
fn clone(&self) -> NvxImageViewHandleFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for NvxImageViewHandleFn
impl Sync for NvxImageViewHandleFn
Auto Trait Implementations
impl RefUnwindSafe for NvxImageViewHandleFn
impl Unpin for NvxImageViewHandleFn
impl UnwindSafe for NvxImageViewHandleFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more