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