pub struct MotionSnapshot<K, V> { /* private fields */ }Expand description
A stable-id value captured from a motion sample or target state.
Implementations§
Source§impl<K, V> MotionSnapshot<K, V>
impl<K, V> MotionSnapshot<K, V>
Trait Implementations§
impl<K: PartialEq, V: PartialEq> StructuralPartialEq for MotionSnapshot<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for MotionSnapshot<K, V>
impl<K, V> RefUnwindSafe for MotionSnapshot<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for MotionSnapshot<K, V>
impl<K, V> Sync for MotionSnapshot<K, V>
impl<K, V> Unpin for MotionSnapshot<K, V>
impl<K, V> UnsafeUnpin for MotionSnapshot<K, V>where
K: UnsafeUnpin,
V: UnsafeUnpin,
impl<K, V> UnwindSafe for MotionSnapshot<K, V>where
K: UnwindSafe,
V: UnwindSafe,
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