Struct ash::vk::OpticalFlowExecuteFlagsNV
source · pub struct OpticalFlowExecuteFlagsNV(/* private fields */);
Expand description
Implementations§
source§impl OpticalFlowExecuteFlagsNV
impl OpticalFlowExecuteFlagsNV
source§impl OpticalFlowExecuteFlagsNV
impl OpticalFlowExecuteFlagsNV
pub const DISABLE_TEMPORAL_HINTS: Self = _
Trait Implementations§
source§impl BitAnd for OpticalFlowExecuteFlagsNV
impl BitAnd for OpticalFlowExecuteFlagsNV
source§impl BitAndAssign for OpticalFlowExecuteFlagsNV
impl BitAndAssign for OpticalFlowExecuteFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for OpticalFlowExecuteFlagsNV
impl BitOr for OpticalFlowExecuteFlagsNV
source§impl BitOrAssign for OpticalFlowExecuteFlagsNV
impl BitOrAssign for OpticalFlowExecuteFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for OpticalFlowExecuteFlagsNV
impl BitXor for OpticalFlowExecuteFlagsNV
source§impl BitXorAssign for OpticalFlowExecuteFlagsNV
impl BitXorAssign for OpticalFlowExecuteFlagsNV
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for OpticalFlowExecuteFlagsNV
impl Clone for OpticalFlowExecuteFlagsNV
source§fn clone(&self) -> OpticalFlowExecuteFlagsNV
fn clone(&self) -> OpticalFlowExecuteFlagsNV
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 OpticalFlowExecuteFlagsNV
impl Debug for OpticalFlowExecuteFlagsNV
source§impl Default for OpticalFlowExecuteFlagsNV
impl Default for OpticalFlowExecuteFlagsNV
source§impl Hash for OpticalFlowExecuteFlagsNV
impl Hash for OpticalFlowExecuteFlagsNV
source§impl Not for OpticalFlowExecuteFlagsNV
impl Not for OpticalFlowExecuteFlagsNV
source§impl Ord for OpticalFlowExecuteFlagsNV
impl Ord for OpticalFlowExecuteFlagsNV
source§fn cmp(&self, other: &OpticalFlowExecuteFlagsNV) -> Ordering
fn cmp(&self, other: &OpticalFlowExecuteFlagsNV) -> 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 OpticalFlowExecuteFlagsNV
impl PartialEq for OpticalFlowExecuteFlagsNV
source§fn eq(&self, other: &OpticalFlowExecuteFlagsNV) -> bool
fn eq(&self, other: &OpticalFlowExecuteFlagsNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OpticalFlowExecuteFlagsNV
impl PartialOrd for OpticalFlowExecuteFlagsNV
source§fn partial_cmp(&self, other: &OpticalFlowExecuteFlagsNV) -> Option<Ordering>
fn partial_cmp(&self, other: &OpticalFlowExecuteFlagsNV) -> 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 OpticalFlowExecuteFlagsNV
impl Eq for OpticalFlowExecuteFlagsNV
impl StructuralPartialEq for OpticalFlowExecuteFlagsNV
Auto Trait Implementations§
impl Freeze for OpticalFlowExecuteFlagsNV
impl RefUnwindSafe for OpticalFlowExecuteFlagsNV
impl Send for OpticalFlowExecuteFlagsNV
impl Sync for OpticalFlowExecuteFlagsNV
impl Unpin for OpticalFlowExecuteFlagsNV
impl UnwindSafe for OpticalFlowExecuteFlagsNV
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