#[repr(C)]pub struct ARTrackingHistory {
pub marker: ARMarkerInfo,
pub count: i32,
}Fields§
§marker: ARMarkerInfo§count: i32Trait Implementations§
Source§impl Clone for ARTrackingHistory
impl Clone for ARTrackingHistory
Source§fn clone(&self) -> ARTrackingHistory
fn clone(&self) -> ARTrackingHistory
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 ARTrackingHistory
impl Debug for ARTrackingHistory
Auto Trait Implementations§
impl Freeze for ARTrackingHistory
impl RefUnwindSafe for ARTrackingHistory
impl !Send for ARTrackingHistory
impl !Sync for ARTrackingHistory
impl Unpin for ARTrackingHistory
impl UnsafeUnpin for ARTrackingHistory
impl UnwindSafe for ARTrackingHistory
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