#[repr(C)]pub struct hkStatisticsCollector;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hkStatisticsCollector
impl RefUnwindSafe for hkStatisticsCollector
impl Send for hkStatisticsCollector
impl Sync for hkStatisticsCollector
impl Unpin for hkStatisticsCollector
impl UnwindSafe for hkStatisticsCollector
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