Struct ash::vk::definitions::PhysicalDeviceOpticalFlowFeaturesNV
source · #[repr(C)]pub struct PhysicalDeviceOpticalFlowFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub optical_flow: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§optical_flow: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl<'a> PhysicalDeviceOpticalFlowFeaturesNV<'a>
pub fn optical_flow(self, optical_flow: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl<'a> Clone for PhysicalDeviceOpticalFlowFeaturesNV<'a>
source§fn clone(&self) -> PhysicalDeviceOpticalFlowFeaturesNV<'a>
fn clone(&self) -> PhysicalDeviceOpticalFlowFeaturesNV<'a>
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 moresource§impl<'a> Debug for PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl<'a> Debug for PhysicalDeviceOpticalFlowFeaturesNV<'a>
source§impl Default for PhysicalDeviceOpticalFlowFeaturesNV<'_>
impl Default for PhysicalDeviceOpticalFlowFeaturesNV<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceOpticalFlowFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_OPTICAL_FLOW_FEATURES_NV
impl<'a> Copy for PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceOpticalFlowFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceOpticalFlowFeaturesNV<'_>
impl Send for PhysicalDeviceOpticalFlowFeaturesNV<'_>
impl Sync for PhysicalDeviceOpticalFlowFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl<'a> Unpin for PhysicalDeviceOpticalFlowFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceOpticalFlowFeaturesNV<'a>
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