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