Struct ash::vk::OpticalFlowGridSizeFlagsNV
source · pub struct OpticalFlowGridSizeFlagsNV(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for OpticalFlowGridSizeFlagsNV
impl BitAnd for OpticalFlowGridSizeFlagsNV
source§impl BitAndAssign for OpticalFlowGridSizeFlagsNV
impl BitAndAssign for OpticalFlowGridSizeFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for OpticalFlowGridSizeFlagsNV
impl BitOr for OpticalFlowGridSizeFlagsNV
source§impl BitOrAssign for OpticalFlowGridSizeFlagsNV
impl BitOrAssign for OpticalFlowGridSizeFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for OpticalFlowGridSizeFlagsNV
impl BitXor for OpticalFlowGridSizeFlagsNV
source§impl BitXorAssign for OpticalFlowGridSizeFlagsNV
impl BitXorAssign for OpticalFlowGridSizeFlagsNV
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for OpticalFlowGridSizeFlagsNV
impl Clone for OpticalFlowGridSizeFlagsNV
source§fn clone(&self) -> OpticalFlowGridSizeFlagsNV
fn clone(&self) -> OpticalFlowGridSizeFlagsNV
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 OpticalFlowGridSizeFlagsNV
impl Debug for OpticalFlowGridSizeFlagsNV
source§impl Default for OpticalFlowGridSizeFlagsNV
impl Default for OpticalFlowGridSizeFlagsNV
source§impl Hash for OpticalFlowGridSizeFlagsNV
impl Hash for OpticalFlowGridSizeFlagsNV
source§impl Not for OpticalFlowGridSizeFlagsNV
impl Not for OpticalFlowGridSizeFlagsNV
source§impl Ord for OpticalFlowGridSizeFlagsNV
impl Ord for OpticalFlowGridSizeFlagsNV
source§fn cmp(&self, other: &OpticalFlowGridSizeFlagsNV) -> Ordering
fn cmp(&self, other: &OpticalFlowGridSizeFlagsNV) -> 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 OpticalFlowGridSizeFlagsNV
impl PartialEq for OpticalFlowGridSizeFlagsNV
source§fn eq(&self, other: &OpticalFlowGridSizeFlagsNV) -> bool
fn eq(&self, other: &OpticalFlowGridSizeFlagsNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OpticalFlowGridSizeFlagsNV
impl PartialOrd for OpticalFlowGridSizeFlagsNV
source§fn partial_cmp(&self, other: &OpticalFlowGridSizeFlagsNV) -> Option<Ordering>
fn partial_cmp(&self, other: &OpticalFlowGridSizeFlagsNV) -> 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 moreimpl Copy for OpticalFlowGridSizeFlagsNV
impl Eq for OpticalFlowGridSizeFlagsNV
impl StructuralPartialEq for OpticalFlowGridSizeFlagsNV
Auto Trait Implementations§
impl Freeze for OpticalFlowGridSizeFlagsNV
impl RefUnwindSafe for OpticalFlowGridSizeFlagsNV
impl Send for OpticalFlowGridSizeFlagsNV
impl Sync for OpticalFlowGridSizeFlagsNV
impl Unpin for OpticalFlowGridSizeFlagsNV
impl UnwindSafe for OpticalFlowGridSizeFlagsNV
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