#[repr(C)]pub struct PT_TrackingContext { /* private fields */ }Trait Implementations§
Source§impl Clone for PT_TrackingContext
impl Clone for PT_TrackingContext
Source§fn clone(&self) -> PT_TrackingContext
fn clone(&self) -> PT_TrackingContext
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 PT_TrackingContext
impl Debug for PT_TrackingContext
impl Copy for PT_TrackingContext
Auto Trait Implementations§
impl Freeze for PT_TrackingContext
impl RefUnwindSafe for PT_TrackingContext
impl Send for PT_TrackingContext
impl Sync for PT_TrackingContext
impl Unpin for PT_TrackingContext
impl UnwindSafe for PT_TrackingContext
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