Struct ash::vk::OpticalFlowExecuteInfoNV
source · #[repr(C)]pub struct OpticalFlowExecuteInfoNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub flags: OpticalFlowExecuteFlagsNV,
pub region_count: u32,
pub p_regions: *const Rect2D,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§flags: OpticalFlowExecuteFlagsNV
§region_count: u32
§p_regions: *const Rect2D
Implementations§
source§impl OpticalFlowExecuteInfoNV
impl OpticalFlowExecuteInfoNV
pub fn builder<'a>() -> OpticalFlowExecuteInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for OpticalFlowExecuteInfoNV
impl Clone for OpticalFlowExecuteInfoNV
source§fn clone(&self) -> OpticalFlowExecuteInfoNV
fn clone(&self) -> OpticalFlowExecuteInfoNV
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 Debug for OpticalFlowExecuteInfoNV
impl Debug for OpticalFlowExecuteInfoNV
source§impl Default for OpticalFlowExecuteInfoNV
impl Default for OpticalFlowExecuteInfoNV
source§impl TaggedStructure for OpticalFlowExecuteInfoNV
impl TaggedStructure for OpticalFlowExecuteInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::OPTICAL_FLOW_EXECUTE_INFO_NV
impl Copy for OpticalFlowExecuteInfoNV
Auto Trait Implementations§
impl Freeze for OpticalFlowExecuteInfoNV
impl RefUnwindSafe for OpticalFlowExecuteInfoNV
impl !Send for OpticalFlowExecuteInfoNV
impl !Sync for OpticalFlowExecuteInfoNV
impl Unpin for OpticalFlowExecuteInfoNV
impl UnwindSafe for OpticalFlowExecuteInfoNV
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