Struct ash::vk::OpticalFlowPerformanceLevelNV
source · pub struct OpticalFlowPerformanceLevelNV(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for OpticalFlowPerformanceLevelNV
impl Clone for OpticalFlowPerformanceLevelNV
source§fn clone(&self) -> OpticalFlowPerformanceLevelNV
fn clone(&self) -> OpticalFlowPerformanceLevelNV
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 OpticalFlowPerformanceLevelNV
impl Default for OpticalFlowPerformanceLevelNV
source§fn default() -> OpticalFlowPerformanceLevelNV
fn default() -> OpticalFlowPerformanceLevelNV
Returns the “default value” for a type. Read more
source§impl Hash for OpticalFlowPerformanceLevelNV
impl Hash for OpticalFlowPerformanceLevelNV
source§impl Ord for OpticalFlowPerformanceLevelNV
impl Ord for OpticalFlowPerformanceLevelNV
source§fn cmp(&self, other: &OpticalFlowPerformanceLevelNV) -> Ordering
fn cmp(&self, other: &OpticalFlowPerformanceLevelNV) -> 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 OpticalFlowPerformanceLevelNV
impl PartialEq for OpticalFlowPerformanceLevelNV
source§fn eq(&self, other: &OpticalFlowPerformanceLevelNV) -> bool
fn eq(&self, other: &OpticalFlowPerformanceLevelNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OpticalFlowPerformanceLevelNV
impl PartialOrd for OpticalFlowPerformanceLevelNV
source§fn partial_cmp(&self, other: &OpticalFlowPerformanceLevelNV) -> Option<Ordering>
fn partial_cmp(&self, other: &OpticalFlowPerformanceLevelNV) -> 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 OpticalFlowPerformanceLevelNV
impl Eq for OpticalFlowPerformanceLevelNV
impl StructuralPartialEq for OpticalFlowPerformanceLevelNV
Auto Trait Implementations§
impl Freeze for OpticalFlowPerformanceLevelNV
impl RefUnwindSafe for OpticalFlowPerformanceLevelNV
impl Send for OpticalFlowPerformanceLevelNV
impl Sync for OpticalFlowPerformanceLevelNV
impl Unpin for OpticalFlowPerformanceLevelNV
impl UnwindSafe for OpticalFlowPerformanceLevelNV
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