pub struct OpticalFlowSessionCreateFlagsNV(/* private fields */);Expand description
Implementations§
Source§impl OpticalFlowSessionCreateFlagsNV
impl OpticalFlowSessionCreateFlagsNV
Source§impl OpticalFlowSessionCreateFlagsNV
impl OpticalFlowSessionCreateFlagsNV
pub const ENABLE_HINT: Self
pub const ENABLE_COST: Self
pub const ENABLE_GLOBAL_FLOW: Self
pub const ALLOW_REGIONS: Self
pub const BOTH_DIRECTIONS: Self
Trait Implementations§
Source§impl BitAndAssign for OpticalFlowSessionCreateFlagsNV
impl BitAndAssign for OpticalFlowSessionCreateFlagsNV
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for OpticalFlowSessionCreateFlagsNV
impl BitOrAssign for OpticalFlowSessionCreateFlagsNV
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for OpticalFlowSessionCreateFlagsNV
impl BitXorAssign for OpticalFlowSessionCreateFlagsNV
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for OpticalFlowSessionCreateFlagsNV
impl Clone for OpticalFlowSessionCreateFlagsNV
Source§fn clone(&self) -> OpticalFlowSessionCreateFlagsNV
fn clone(&self) -> OpticalFlowSessionCreateFlagsNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpticalFlowSessionCreateFlagsNV
impl Eq for OpticalFlowSessionCreateFlagsNV
Source§impl Ord for OpticalFlowSessionCreateFlagsNV
impl Ord for OpticalFlowSessionCreateFlagsNV
Source§fn cmp(&self, other: &OpticalFlowSessionCreateFlagsNV) -> Ordering
fn cmp(&self, other: &OpticalFlowSessionCreateFlagsNV) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for OpticalFlowSessionCreateFlagsNV
impl PartialOrd 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 UnsafeUnpin 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