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