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