#[repr(C)]pub struct UnityProfilerThreadDesc {
pub threadId: UnityProfilerThreadId,
pub groupName: *const c_char,
pub name: *const c_char,
}
Fields§
§threadId: UnityProfilerThreadId
§groupName: *const c_char
§name: *const c_char
Trait Implementations§
Source§impl Clone for UnityProfilerThreadDesc
impl Clone for UnityProfilerThreadDesc
Source§fn clone(&self) -> UnityProfilerThreadDesc
fn clone(&self) -> UnityProfilerThreadDesc
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 UnityProfilerThreadDesc
impl Default for UnityProfilerThreadDesc
impl Copy for UnityProfilerThreadDesc
Auto Trait Implementations§
impl Freeze for UnityProfilerThreadDesc
impl RefUnwindSafe for UnityProfilerThreadDesc
impl !Send for UnityProfilerThreadDesc
impl !Sync for UnityProfilerThreadDesc
impl Unpin for UnityProfilerThreadDesc
impl UnwindSafe for UnityProfilerThreadDesc
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