#[repr(C)]pub struct UnityProfilerCounter {
pub _base: UnityProfilerCounterValue,
}
Fields§
§_base: UnityProfilerCounterValue
Trait Implementations§
Source§impl Clone for UnityProfilerCounter
impl Clone for UnityProfilerCounter
Source§fn clone(&self) -> UnityProfilerCounter
fn clone(&self) -> UnityProfilerCounter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for UnityProfilerCounter
impl Default for UnityProfilerCounter
impl Copy for UnityProfilerCounter
Auto Trait Implementations§
impl Freeze for UnityProfilerCounter
impl RefUnwindSafe for UnityProfilerCounter
impl !Send for UnityProfilerCounter
impl !Sync for UnityProfilerCounter
impl Unpin for UnityProfilerCounter
impl UnwindSafe for UnityProfilerCounter
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