Struct ash::vk::OpticalFlowSessionBindingPointNV
source · pub struct OpticalFlowSessionBindingPointNV(/* private fields */);
Expand description
Implementations§
source§impl OpticalFlowSessionBindingPointNV
impl OpticalFlowSessionBindingPointNV
pub const UNKNOWN: Self = _
pub const INPUT: Self = _
pub const REFERENCE: Self = _
pub const HINT: Self = _
pub const FLOW_VECTOR: Self = _
pub const BACKWARD_FLOW_VECTOR: Self = _
pub const COST: Self = _
pub const BACKWARD_COST: Self = _
pub const GLOBAL_FLOW: Self = _
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 for OpticalFlowSessionBindingPointNV
impl PartialEq 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 for OpticalFlowSessionBindingPointNV
impl PartialOrd 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 moreimpl Copy for OpticalFlowSessionBindingPointNV
impl Eq for OpticalFlowSessionBindingPointNV
impl StructuralPartialEq for OpticalFlowSessionBindingPointNV
Auto Trait Implementations§
impl Freeze for OpticalFlowSessionBindingPointNV
impl RefUnwindSafe for OpticalFlowSessionBindingPointNV
impl Send for OpticalFlowSessionBindingPointNV
impl Sync for OpticalFlowSessionBindingPointNV
impl Unpin for OpticalFlowSessionBindingPointNV
impl UnwindSafe for OpticalFlowSessionBindingPointNV
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