Struct objc2_vision::VNRequestTrackingLevel
source · #[repr(transparent)]pub struct VNRequestTrackingLevel(pub NSUInteger);Available on crate feature
VNTrackingRequest only.Tuple Fields§
§0: NSUIntegerImplementations§
Trait Implementations§
source§impl Clone for VNRequestTrackingLevel
impl Clone for VNRequestTrackingLevel
source§fn clone(&self) -> VNRequestTrackingLevel
fn clone(&self) -> VNRequestTrackingLevel
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 VNRequestTrackingLevel
impl Debug for VNRequestTrackingLevel
source§impl Encode for VNRequestTrackingLevel
impl Encode for VNRequestTrackingLevel
source§impl Hash for VNRequestTrackingLevel
impl Hash for VNRequestTrackingLevel
source§impl Ord for VNRequestTrackingLevel
impl Ord for VNRequestTrackingLevel
source§fn cmp(&self, other: &VNRequestTrackingLevel) -> Ordering
fn cmp(&self, other: &VNRequestTrackingLevel) -> 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 VNRequestTrackingLevel
impl PartialEq for VNRequestTrackingLevel
source§fn eq(&self, other: &VNRequestTrackingLevel) -> bool
fn eq(&self, other: &VNRequestTrackingLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for VNRequestTrackingLevel
impl PartialOrd for VNRequestTrackingLevel
source§fn partial_cmp(&self, other: &VNRequestTrackingLevel) -> Option<Ordering>
fn partial_cmp(&self, other: &VNRequestTrackingLevel) -> 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 RefEncode for VNRequestTrackingLevel
impl RefEncode for VNRequestTrackingLevel
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for VNRequestTrackingLevel
impl Eq for VNRequestTrackingLevel
impl StructuralPartialEq for VNRequestTrackingLevel
Auto Trait Implementations§
impl Freeze for VNRequestTrackingLevel
impl RefUnwindSafe for VNRequestTrackingLevel
impl Send for VNRequestTrackingLevel
impl Sync for VNRequestTrackingLevel
impl Unpin for VNRequestTrackingLevel
impl UnwindSafe for VNRequestTrackingLevel
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.