pub enum TrackAlgorithm {
ByteTrack,
Sort,
DeepSort,
}Variants§
Trait Implementations§
Source§impl Clone for TrackAlgorithm
impl Clone for TrackAlgorithm
Source§fn clone(&self) -> TrackAlgorithm
fn clone(&self) -> TrackAlgorithm
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 Debug for TrackAlgorithm
impl Debug for TrackAlgorithm
impl Copy for TrackAlgorithm
Auto Trait Implementations§
impl Freeze for TrackAlgorithm
impl RefUnwindSafe for TrackAlgorithm
impl Send for TrackAlgorithm
impl Sync for TrackAlgorithm
impl Unpin for TrackAlgorithm
impl UnsafeUnpin for TrackAlgorithm
impl UnwindSafe for TrackAlgorithm
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