pub struct OpticalFlowSessionCreateFlagsNV(/* private fields */);Expand description
Implementations§
Source§impl OpticalFlowSessionCreateFlagsNV
impl OpticalFlowSessionCreateFlagsNV
pub const fn empty() -> OpticalFlowSessionCreateFlagsNV
pub const fn from_raw(x: u32) -> OpticalFlowSessionCreateFlagsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: OpticalFlowSessionCreateFlagsNV) -> bool
Sourcepub const fn contains(self, other: OpticalFlowSessionCreateFlagsNV) -> bool
pub const fn contains(self, other: OpticalFlowSessionCreateFlagsNV) -> bool
Returns whether other is a subset of self
Source§impl OpticalFlowSessionCreateFlagsNV
impl OpticalFlowSessionCreateFlagsNV
pub const ENABLE_HINT: OpticalFlowSessionCreateFlagsNV
pub const ENABLE_COST: OpticalFlowSessionCreateFlagsNV
pub const ENABLE_GLOBAL_FLOW: OpticalFlowSessionCreateFlagsNV
pub const ALLOW_REGIONS: OpticalFlowSessionCreateFlagsNV
pub const BOTH_DIRECTIONS: OpticalFlowSessionCreateFlagsNV
Trait Implementations§
Source§impl BitAnd for OpticalFlowSessionCreateFlagsNV
impl BitAnd for OpticalFlowSessionCreateFlagsNV
Source§type Output = OpticalFlowSessionCreateFlagsNV
type Output = OpticalFlowSessionCreateFlagsNV
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: OpticalFlowSessionCreateFlagsNV,
) -> OpticalFlowSessionCreateFlagsNV
fn bitand( self, rhs: OpticalFlowSessionCreateFlagsNV, ) -> OpticalFlowSessionCreateFlagsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for OpticalFlowSessionCreateFlagsNV
impl BitAndAssign for OpticalFlowSessionCreateFlagsNV
Source§fn bitand_assign(&mut self, rhs: OpticalFlowSessionCreateFlagsNV)
fn bitand_assign(&mut self, rhs: OpticalFlowSessionCreateFlagsNV)
Performs the
&= operation. Read moreSource§impl BitOr for OpticalFlowSessionCreateFlagsNV
impl BitOr for OpticalFlowSessionCreateFlagsNV
Source§type Output = OpticalFlowSessionCreateFlagsNV
type Output = OpticalFlowSessionCreateFlagsNV
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: OpticalFlowSessionCreateFlagsNV,
) -> OpticalFlowSessionCreateFlagsNV
fn bitor( self, rhs: OpticalFlowSessionCreateFlagsNV, ) -> OpticalFlowSessionCreateFlagsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for OpticalFlowSessionCreateFlagsNV
impl BitOrAssign for OpticalFlowSessionCreateFlagsNV
Source§fn bitor_assign(&mut self, rhs: OpticalFlowSessionCreateFlagsNV)
fn bitor_assign(&mut self, rhs: OpticalFlowSessionCreateFlagsNV)
Performs the
|= operation. Read moreSource§impl BitXor for OpticalFlowSessionCreateFlagsNV
impl BitXor for OpticalFlowSessionCreateFlagsNV
Source§type Output = OpticalFlowSessionCreateFlagsNV
type Output = OpticalFlowSessionCreateFlagsNV
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: OpticalFlowSessionCreateFlagsNV,
) -> OpticalFlowSessionCreateFlagsNV
fn bitxor( self, rhs: OpticalFlowSessionCreateFlagsNV, ) -> OpticalFlowSessionCreateFlagsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for OpticalFlowSessionCreateFlagsNV
impl BitXorAssign for OpticalFlowSessionCreateFlagsNV
Source§fn bitxor_assign(&mut self, rhs: OpticalFlowSessionCreateFlagsNV)
fn bitxor_assign(&mut self, rhs: OpticalFlowSessionCreateFlagsNV)
Performs the
^= operation. Read moreSource§impl Clone for OpticalFlowSessionCreateFlagsNV
impl Clone for OpticalFlowSessionCreateFlagsNV
Source§fn clone(&self) -> OpticalFlowSessionCreateFlagsNV
fn clone(&self) -> OpticalFlowSessionCreateFlagsNV
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 OpticalFlowSessionCreateFlagsNV
impl Default for OpticalFlowSessionCreateFlagsNV
Source§fn default() -> OpticalFlowSessionCreateFlagsNV
fn default() -> OpticalFlowSessionCreateFlagsNV
Returns the “default value” for a type. Read more
Source§impl Not for OpticalFlowSessionCreateFlagsNV
impl Not for OpticalFlowSessionCreateFlagsNV
Source§type Output = OpticalFlowSessionCreateFlagsNV
type Output = OpticalFlowSessionCreateFlagsNV
The resulting type after applying the
! operator.Source§fn not(self) -> OpticalFlowSessionCreateFlagsNV
fn not(self) -> OpticalFlowSessionCreateFlagsNV
Performs the unary
! operation. Read moreSource§impl Ord for OpticalFlowSessionCreateFlagsNV
impl Ord for OpticalFlowSessionCreateFlagsNV
Source§fn cmp(&self, other: &OpticalFlowSessionCreateFlagsNV) -> Ordering
fn cmp(&self, other: &OpticalFlowSessionCreateFlagsNV) -> 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 OpticalFlowSessionCreateFlagsNV
impl PartialEq for OpticalFlowSessionCreateFlagsNV
Source§fn eq(&self, other: &OpticalFlowSessionCreateFlagsNV) -> bool
fn eq(&self, other: &OpticalFlowSessionCreateFlagsNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpticalFlowSessionCreateFlagsNV
impl PartialOrd for OpticalFlowSessionCreateFlagsNV
impl Copy for OpticalFlowSessionCreateFlagsNV
impl Eq for OpticalFlowSessionCreateFlagsNV
impl StructuralPartialEq for OpticalFlowSessionCreateFlagsNV
Auto Trait Implementations§
impl Freeze for OpticalFlowSessionCreateFlagsNV
impl RefUnwindSafe for OpticalFlowSessionCreateFlagsNV
impl Send for OpticalFlowSessionCreateFlagsNV
impl Sync for OpticalFlowSessionCreateFlagsNV
impl Unpin for OpticalFlowSessionCreateFlagsNV
impl UnwindSafe for OpticalFlowSessionCreateFlagsNV
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