Struct ash::nv::optical_flow::DeviceFn   
source · pub struct DeviceFn {
    pub create_optical_flow_session_nv: PFN_vkCreateOpticalFlowSessionNV,
    pub destroy_optical_flow_session_nv: PFN_vkDestroyOpticalFlowSessionNV,
    pub bind_optical_flow_session_image_nv: PFN_vkBindOpticalFlowSessionImageNV,
    pub cmd_optical_flow_execute_nv: PFN_vkCmdOpticalFlowExecuteNV,
}Expand description
Raw VK_NV_optical_flow device-level function pointers
Fields§
§create_optical_flow_session_nv: PFN_vkCreateOpticalFlowSessionNV§destroy_optical_flow_session_nv: PFN_vkDestroyOpticalFlowSessionNV§bind_optical_flow_session_image_nv: PFN_vkBindOpticalFlowSessionImageNV§cmd_optical_flow_execute_nv: PFN_vkCmdOpticalFlowExecuteNVImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFn
impl RefUnwindSafe for DeviceFn
impl Unpin for DeviceFn
impl UnwindSafe for DeviceFn
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)