pub struct OpticalFlowExecuteFlagBitsNV(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for OpticalFlowExecuteFlagBitsNV
impl BitAndAssign for OpticalFlowExecuteFlagBitsNV
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for OpticalFlowExecuteFlagBitsNV
impl BitOr for OpticalFlowExecuteFlagBitsNV
Source§impl BitOrAssign for OpticalFlowExecuteFlagBitsNV
impl BitOrAssign for OpticalFlowExecuteFlagBitsNV
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for OpticalFlowExecuteFlagBitsNV
impl BitXorAssign for OpticalFlowExecuteFlagBitsNV
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for OpticalFlowExecuteFlagBitsNV
impl Clone for OpticalFlowExecuteFlagBitsNV
Source§fn clone(&self) -> OpticalFlowExecuteFlagBitsNV
fn clone(&self) -> OpticalFlowExecuteFlagBitsNV
Returns a duplicate 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 OpticalFlowExecuteFlagBitsNV
impl Debug for OpticalFlowExecuteFlagBitsNV
Source§impl Default for OpticalFlowExecuteFlagBitsNV
impl Default for OpticalFlowExecuteFlagBitsNV
Source§fn default() -> OpticalFlowExecuteFlagBitsNV
fn default() -> OpticalFlowExecuteFlagBitsNV
Returns the “default value” for a type. Read more
Source§impl Hash for OpticalFlowExecuteFlagBitsNV
impl Hash for OpticalFlowExecuteFlagBitsNV
Source§impl Not for OpticalFlowExecuteFlagBitsNV
impl Not for OpticalFlowExecuteFlagBitsNV
Source§impl Ord for OpticalFlowExecuteFlagBitsNV
impl Ord for OpticalFlowExecuteFlagBitsNV
Source§fn cmp(&self, other: &OpticalFlowExecuteFlagBitsNV) -> Ordering
fn cmp(&self, other: &OpticalFlowExecuteFlagBitsNV) -> 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 OpticalFlowExecuteFlagBitsNV
impl PartialEq for OpticalFlowExecuteFlagBitsNV
Source§fn eq(&self, other: &OpticalFlowExecuteFlagBitsNV) -> bool
fn eq(&self, other: &OpticalFlowExecuteFlagBitsNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpticalFlowExecuteFlagBitsNV
impl PartialOrd for OpticalFlowExecuteFlagBitsNV
impl Copy for OpticalFlowExecuteFlagBitsNV
impl Eq for OpticalFlowExecuteFlagBitsNV
impl StructuralPartialEq for OpticalFlowExecuteFlagBitsNV
Auto Trait Implementations§
impl Freeze for OpticalFlowExecuteFlagBitsNV
impl RefUnwindSafe for OpticalFlowExecuteFlagBitsNV
impl Send for OpticalFlowExecuteFlagBitsNV
impl Sync for OpticalFlowExecuteFlagBitsNV
impl Unpin for OpticalFlowExecuteFlagBitsNV
impl UnsafeUnpin for OpticalFlowExecuteFlagBitsNV
impl UnwindSafe for OpticalFlowExecuteFlagBitsNV
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