pub struct Tracking {
pub object_id: u64,
}Expand description
A persistent tracking identity across frames.
Fields§
§object_id: u64Trait Implementations§
impl Copy for Tracking
impl Eq for Tracking
impl StructuralPartialEq for Tracking
Auto Trait Implementations§
impl Freeze for Tracking
impl RefUnwindSafe for Tracking
impl Send for Tracking
impl Sync for Tracking
impl Unpin for Tracking
impl UnsafeUnpin for Tracking
impl UnwindSafe for Tracking
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