Struct screen_13::prelude::vk::OpticalFlowExecuteFlagsNV
source · pub struct OpticalFlowExecuteFlagsNV(_);Expand description
Implementations§
source§impl OpticalFlowExecuteFlagsNV
impl OpticalFlowExecuteFlagsNV
pub const fn empty() -> OpticalFlowExecuteFlagsNV
pub const fn from_raw(x: u32) -> OpticalFlowExecuteFlagsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: OpticalFlowExecuteFlagsNV) -> bool
sourcepub const fn contains(self, other: OpticalFlowExecuteFlagsNV) -> bool
pub const fn contains(self, other: OpticalFlowExecuteFlagsNV) -> bool
Returns whether other is a subset of self
source§impl OpticalFlowExecuteFlagsNV
impl OpticalFlowExecuteFlagsNV
pub const DISABLE_TEMPORAL_HINTS: OpticalFlowExecuteFlagsNV = Self(1)
Trait Implementations§
source§impl BitAnd<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl BitAnd<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
§type Output = OpticalFlowExecuteFlagsNV
type Output = OpticalFlowExecuteFlagsNV
The resulting type after applying the
& operator.source§fn bitand(self, rhs: OpticalFlowExecuteFlagsNV) -> OpticalFlowExecuteFlagsNV
fn bitand(self, rhs: OpticalFlowExecuteFlagsNV) -> OpticalFlowExecuteFlagsNV
Performs the
& operation. Read moresource§impl BitAndAssign<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl BitAndAssign<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
source§fn bitand_assign(&mut self, rhs: OpticalFlowExecuteFlagsNV)
fn bitand_assign(&mut self, rhs: OpticalFlowExecuteFlagsNV)
Performs the
&= operation. Read moresource§impl BitOr<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl BitOr<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
§type Output = OpticalFlowExecuteFlagsNV
type Output = OpticalFlowExecuteFlagsNV
The resulting type after applying the
| operator.source§fn bitor(self, rhs: OpticalFlowExecuteFlagsNV) -> OpticalFlowExecuteFlagsNV
fn bitor(self, rhs: OpticalFlowExecuteFlagsNV) -> OpticalFlowExecuteFlagsNV
Performs the
| operation. Read moresource§impl BitOrAssign<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl BitOrAssign<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
source§fn bitor_assign(&mut self, rhs: OpticalFlowExecuteFlagsNV)
fn bitor_assign(&mut self, rhs: OpticalFlowExecuteFlagsNV)
Performs the
|= operation. Read moresource§impl BitXor<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl BitXor<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
§type Output = OpticalFlowExecuteFlagsNV
type Output = OpticalFlowExecuteFlagsNV
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: OpticalFlowExecuteFlagsNV) -> OpticalFlowExecuteFlagsNV
fn bitxor(self, rhs: OpticalFlowExecuteFlagsNV) -> OpticalFlowExecuteFlagsNV
Performs the
^ operation. Read moresource§impl BitXorAssign<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl BitXorAssign<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
source§fn bitxor_assign(&mut self, rhs: OpticalFlowExecuteFlagsNV)
fn bitxor_assign(&mut self, rhs: OpticalFlowExecuteFlagsNV)
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§fn default() -> OpticalFlowExecuteFlagsNV
fn default() -> OpticalFlowExecuteFlagsNV
Returns the “default value” for a type. Read more
source§impl Hash for OpticalFlowExecuteFlagsNV
impl Hash for OpticalFlowExecuteFlagsNV
source§impl Not for OpticalFlowExecuteFlagsNV
impl Not for OpticalFlowExecuteFlagsNV
§type Output = OpticalFlowExecuteFlagsNV
type Output = OpticalFlowExecuteFlagsNV
The resulting type after applying the
! operator.source§fn not(self) -> OpticalFlowExecuteFlagsNV
fn not(self) -> OpticalFlowExecuteFlagsNV
Performs the unary
! operation. Read moresource§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<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl PartialEq<OpticalFlowExecuteFlagsNV> 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<OpticalFlowExecuteFlagsNV> for OpticalFlowExecuteFlagsNV
impl PartialOrd<OpticalFlowExecuteFlagsNV> 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 more