pub struct OpticalFlowSessionBindingPointNV(/* private fields */);Expand description
Implementations§
Source§impl OpticalFlowSessionBindingPointNV
impl OpticalFlowSessionBindingPointNV
pub const UNKNOWN: Self
pub const INPUT: Self
pub const REFERENCE: Self
pub const HINT: Self
pub const FLOW_VECTOR: Self
pub const BACKWARD_FLOW_VECTOR: Self
pub const COST: Self
pub const BACKWARD_COST: Self
pub const GLOBAL_FLOW: Self
Trait Implementations§
Source§impl Clone for OpticalFlowSessionBindingPointNV
impl Clone for OpticalFlowSessionBindingPointNV
Source§fn clone(&self) -> OpticalFlowSessionBindingPointNV
fn clone(&self) -> OpticalFlowSessionBindingPointNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpticalFlowSessionBindingPointNV
Source§impl Default for OpticalFlowSessionBindingPointNV
impl Default for OpticalFlowSessionBindingPointNV
Source§fn default() -> OpticalFlowSessionBindingPointNV
fn default() -> OpticalFlowSessionBindingPointNV
Returns the “default value” for a type. Read more
impl Eq for OpticalFlowSessionBindingPointNV
Source§impl Ord for OpticalFlowSessionBindingPointNV
impl Ord for OpticalFlowSessionBindingPointNV
Source§fn cmp(&self, other: &OpticalFlowSessionBindingPointNV) -> Ordering
fn cmp(&self, other: &OpticalFlowSessionBindingPointNV) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for OpticalFlowSessionBindingPointNV
impl PartialOrd for OpticalFlowSessionBindingPointNV
impl StructuralPartialEq for OpticalFlowSessionBindingPointNV
Auto Trait Implementations§
impl Freeze for OpticalFlowSessionBindingPointNV
impl RefUnwindSafe for OpticalFlowSessionBindingPointNV
impl Send for OpticalFlowSessionBindingPointNV
impl Sync for OpticalFlowSessionBindingPointNV
impl Unpin for OpticalFlowSessionBindingPointNV
impl UnsafeUnpin for OpticalFlowSessionBindingPointNV
impl UnwindSafe for OpticalFlowSessionBindingPointNV
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