Struct ash::vk::PhysicalDeviceOpticalFlowPropertiesNV
source · #[repr(C)]pub struct PhysicalDeviceOpticalFlowPropertiesNV {Show 13 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_output_grid_sizes: OpticalFlowGridSizeFlagsNV,
pub supported_hint_grid_sizes: OpticalFlowGridSizeFlagsNV,
pub hint_supported: Bool32,
pub cost_supported: Bool32,
pub bidirectional_flow_supported: Bool32,
pub global_flow_supported: Bool32,
pub min_width: u32,
pub min_height: u32,
pub max_width: u32,
pub max_height: u32,
pub max_num_regions_of_interest: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§supported_output_grid_sizes: OpticalFlowGridSizeFlagsNV
§supported_hint_grid_sizes: OpticalFlowGridSizeFlagsNV
§hint_supported: Bool32
§cost_supported: Bool32
§bidirectional_flow_supported: Bool32
§global_flow_supported: Bool32
§min_width: u32
§min_height: u32
§max_width: u32
§max_height: u32
§max_num_regions_of_interest: u32
Implementations§
source§impl PhysicalDeviceOpticalFlowPropertiesNV
impl PhysicalDeviceOpticalFlowPropertiesNV
pub fn builder<'a>() -> PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceOpticalFlowPropertiesNV
impl Clone for PhysicalDeviceOpticalFlowPropertiesNV
source§fn clone(&self) -> PhysicalDeviceOpticalFlowPropertiesNV
fn clone(&self) -> PhysicalDeviceOpticalFlowPropertiesNV
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 PhysicalDeviceOpticalFlowPropertiesNV
impl TaggedStructure for PhysicalDeviceOpticalFlowPropertiesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_OPTICAL_FLOW_PROPERTIES_NV
impl Copy for PhysicalDeviceOpticalFlowPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceOpticalFlowPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceOpticalFlowPropertiesNV
impl RefUnwindSafe for PhysicalDeviceOpticalFlowPropertiesNV
impl !Send for PhysicalDeviceOpticalFlowPropertiesNV
impl !Sync for PhysicalDeviceOpticalFlowPropertiesNV
impl Unpin for PhysicalDeviceOpticalFlowPropertiesNV
impl UnwindSafe for PhysicalDeviceOpticalFlowPropertiesNV
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