#[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_charTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnityProfilerThreadDesc
Auto Trait Implementations§
impl !Send for UnityProfilerThreadDesc
impl !Sync for UnityProfilerThreadDesc
impl Freeze for UnityProfilerThreadDesc
impl RefUnwindSafe for UnityProfilerThreadDesc
impl Unpin for UnityProfilerThreadDesc
impl UnsafeUnpin 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