Struct screen_13::prelude::vk::OpticalFlowSessionBindingPointNV
source · pub struct OpticalFlowSessionBindingPointNV(_);Expand description
Implementations§
source§impl OpticalFlowSessionBindingPointNV
impl OpticalFlowSessionBindingPointNV
pub const UNKNOWN: OpticalFlowSessionBindingPointNV = Self(0)
pub const INPUT: OpticalFlowSessionBindingPointNV = Self(1)
pub const REFERENCE: OpticalFlowSessionBindingPointNV = Self(2)
pub const HINT: OpticalFlowSessionBindingPointNV = Self(3)
pub const FLOW_VECTOR: OpticalFlowSessionBindingPointNV = Self(4)
pub const BACKWARD_FLOW_VECTOR: OpticalFlowSessionBindingPointNV = Self(5)
pub const COST: OpticalFlowSessionBindingPointNV = Self(6)
pub const BACKWARD_COST: OpticalFlowSessionBindingPointNV = Self(7)
pub const GLOBAL_FLOW: OpticalFlowSessionBindingPointNV = Self(8)
Trait Implementations§
source§impl Clone for OpticalFlowSessionBindingPointNV
impl Clone for OpticalFlowSessionBindingPointNV
source§fn clone(&self) -> OpticalFlowSessionBindingPointNV
fn clone(&self) -> OpticalFlowSessionBindingPointNV
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 Default for OpticalFlowSessionBindingPointNV
impl Default for OpticalFlowSessionBindingPointNV
source§fn default() -> OpticalFlowSessionBindingPointNV
fn default() -> OpticalFlowSessionBindingPointNV
Returns the “default value” for a type. Read more
source§impl Ord for OpticalFlowSessionBindingPointNV
impl Ord for OpticalFlowSessionBindingPointNV
source§fn cmp(&self, other: &OpticalFlowSessionBindingPointNV) -> Ordering
fn cmp(&self, other: &OpticalFlowSessionBindingPointNV) -> 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<OpticalFlowSessionBindingPointNV> for OpticalFlowSessionBindingPointNV
impl PartialEq<OpticalFlowSessionBindingPointNV> for OpticalFlowSessionBindingPointNV
source§fn eq(&self, other: &OpticalFlowSessionBindingPointNV) -> bool
fn eq(&self, other: &OpticalFlowSessionBindingPointNV) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<OpticalFlowSessionBindingPointNV> for OpticalFlowSessionBindingPointNV
impl PartialOrd<OpticalFlowSessionBindingPointNV> for OpticalFlowSessionBindingPointNV
source§fn partial_cmp(
&self,
other: &OpticalFlowSessionBindingPointNV
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &OpticalFlowSessionBindingPointNV
) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more