#[repr(C)]pub struct OpticalFlowExecuteInfoNV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub flags: OpticalFlowExecuteFlagsNV,
pub regionCount: u32,
pub pRegions: *const Rect2D,
}Fields§
§sType: StructureType§pNext: *mut c_void§flags: OpticalFlowExecuteFlagsNV§regionCount: u32§pRegions: *const Rect2DTrait Implementations§
Source§impl Clone for OpticalFlowExecuteInfoNV
impl Clone for OpticalFlowExecuteInfoNV
Source§fn clone(&self) -> OpticalFlowExecuteInfoNV
fn clone(&self) -> OpticalFlowExecuteInfoNV
Returns a duplicate 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 moreimpl 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