Struct ash::vk::OpticalFlowSessionNV  
source · pub struct OpticalFlowSessionNV(/* private fields */);Expand description
Implementations§
Trait Implementations§
source§impl Clone for OpticalFlowSessionNV
 
impl Clone for OpticalFlowSessionNV
source§fn clone(&self) -> OpticalFlowSessionNV
 
fn clone(&self) -> OpticalFlowSessionNV
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 OpticalFlowSessionNV
 
impl Debug for OpticalFlowSessionNV
source§impl Default for OpticalFlowSessionNV
 
impl Default for OpticalFlowSessionNV
source§fn default() -> OpticalFlowSessionNV
 
fn default() -> OpticalFlowSessionNV
Returns the “default value” for a type. Read more
source§impl Handle for OpticalFlowSessionNV
 
impl Handle for OpticalFlowSessionNV
source§impl Hash for OpticalFlowSessionNV
 
impl Hash for OpticalFlowSessionNV
source§impl Ord for OpticalFlowSessionNV
 
impl Ord for OpticalFlowSessionNV
source§fn cmp(&self, other: &OpticalFlowSessionNV) -> Ordering
 
fn cmp(&self, other: &OpticalFlowSessionNV) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for OpticalFlowSessionNV
 
impl PartialEq for OpticalFlowSessionNV
source§impl PartialOrd for OpticalFlowSessionNV
 
impl PartialOrd for OpticalFlowSessionNV
source§impl Pointer for OpticalFlowSessionNV
 
impl Pointer for OpticalFlowSessionNV
impl Copy for OpticalFlowSessionNV
impl Eq for OpticalFlowSessionNV
impl StructuralPartialEq for OpticalFlowSessionNV
Auto Trait Implementations§
impl Freeze for OpticalFlowSessionNV
impl RefUnwindSafe for OpticalFlowSessionNV
impl Send for OpticalFlowSessionNV
impl Sync for OpticalFlowSessionNV
impl Unpin for OpticalFlowSessionNV
impl UnwindSafe for OpticalFlowSessionNV
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)