pub struct OpticalFlowSessionBindingPointNV(/* private fields */);Expand description
Implementations§
Source§impl OpticalFlowSessionBindingPointNV
impl OpticalFlowSessionBindingPointNV
pub const UNKNOWN: OpticalFlowSessionBindingPointNV
pub const INPUT: OpticalFlowSessionBindingPointNV
pub const REFERENCE: OpticalFlowSessionBindingPointNV
pub const HINT: OpticalFlowSessionBindingPointNV
pub const FLOW_VECTOR: OpticalFlowSessionBindingPointNV
pub const BACKWARD_FLOW_VECTOR: OpticalFlowSessionBindingPointNV
pub const COST: OpticalFlowSessionBindingPointNV
pub const BACKWARD_COST: OpticalFlowSessionBindingPointNV
pub const GLOBAL_FLOW: OpticalFlowSessionBindingPointNV
pub const fn from_raw(value: i32) -> OpticalFlowSessionBindingPointNV
pub const fn as_raw(self) -> i32
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 · 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 OpticalFlowSessionBindingPointNV
impl Default for OpticalFlowSessionBindingPointNV
Source§fn default() -> OpticalFlowSessionBindingPointNV
fn default() -> OpticalFlowSessionBindingPointNV
Returns the “default value” for a type. Read more
Source§impl Error for OpticalFlowSessionBindingPointNV
impl Error for OpticalFlowSessionBindingPointNV
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 · 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 OpticalFlowSessionBindingPointNV
impl PartialEq for OpticalFlowSessionBindingPointNV
Source§fn eq(&self, other: &OpticalFlowSessionBindingPointNV) -> bool
fn eq(&self, other: &OpticalFlowSessionBindingPointNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpticalFlowSessionBindingPointNV
impl PartialOrd for OpticalFlowSessionBindingPointNV
impl Copy for OpticalFlowSessionBindingPointNV
impl Eq 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