#[repr(i32)]pub enum DetectionBasedTracker_ObjectStatus {
DETECTED_NOT_SHOWN_YET = 0,
DETECTED = 1,
DETECTED_TEMPORARY_LOST = 2,
WRONG_OBJECT = 3,
}Variants§
Trait Implementations§
Source§impl Clone for DetectionBasedTracker_ObjectStatus
impl Clone for DetectionBasedTracker_ObjectStatus
Source§fn clone(&self) -> DetectionBasedTracker_ObjectStatus
fn clone(&self) -> DetectionBasedTracker_ObjectStatus
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<DetectionBasedTracker_ObjectStatus> for i32
impl From<DetectionBasedTracker_ObjectStatus> for i32
Source§fn from(v: DetectionBasedTracker_ObjectStatus) -> Self
fn from(v: DetectionBasedTracker_ObjectStatus) -> Self
Converts to this type from the input type.
impl Copy for DetectionBasedTracker_ObjectStatus
impl Eq for DetectionBasedTracker_ObjectStatus
impl StructuralPartialEq for DetectionBasedTracker_ObjectStatus
Auto Trait Implementations§
impl Freeze for DetectionBasedTracker_ObjectStatus
impl RefUnwindSafe for DetectionBasedTracker_ObjectStatus
impl Send for DetectionBasedTracker_ObjectStatus
impl Sync for DetectionBasedTracker_ObjectStatus
impl Unpin for DetectionBasedTracker_ObjectStatus
impl UnwindSafe for DetectionBasedTracker_ObjectStatus
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)