#[repr(C)]pub struct UnityProfilerMarkerDesc {
pub callback: *const c_void,
pub id: UnityProfilerMarkerId,
pub flags: UnityProfilerMarkerFlags,
pub categoryId: UnityProfilerCategoryId,
pub name: *const c_char,
pub metaDataDesc: *const c_void,
}
Fields§
§callback: *const c_void
§id: UnityProfilerMarkerId
§flags: UnityProfilerMarkerFlags
§categoryId: UnityProfilerCategoryId
§name: *const c_char
§metaDataDesc: *const c_void
Trait Implementations§
Source§impl Clone for UnityProfilerMarkerDesc
impl Clone for UnityProfilerMarkerDesc
Source§fn clone(&self) -> UnityProfilerMarkerDesc
fn clone(&self) -> UnityProfilerMarkerDesc
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 UnityProfilerMarkerDesc
impl Default for UnityProfilerMarkerDesc
impl Copy for UnityProfilerMarkerDesc
Auto Trait Implementations§
impl Freeze for UnityProfilerMarkerDesc
impl RefUnwindSafe for UnityProfilerMarkerDesc
impl !Send for UnityProfilerMarkerDesc
impl !Sync for UnityProfilerMarkerDesc
impl Unpin for UnityProfilerMarkerDesc
impl UnwindSafe for UnityProfilerMarkerDesc
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