pub struct PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceOpticalFlowPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
pub fn supported_output_grid_sizes( self, value: OpticalFlowGridSizeFlagsNV, ) -> Self
pub fn supported_hint_grid_sizes( self, value: OpticalFlowGridSizeFlagsNV, ) -> Self
pub fn hint_supported(self, value: bool) -> Self
pub fn cost_supported(self, value: bool) -> Self
pub fn bidirectional_flow_supported(self, value: bool) -> Self
pub fn global_flow_supported(self, value: bool) -> Self
pub fn min_width(self, value: u32) -> Self
pub fn min_height(self, value: u32) -> Self
pub fn max_width(self, value: u32) -> Self
pub fn max_height(self, value: u32) -> Self
pub fn max_num_regions_of_interest(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceOpticalFlowPropertiesNVBuilder<'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