Struct unity_native_plugin_sys::UnityProfilerMarkerDesc [−][src]
#[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_voidid: UnityProfilerMarkerIdflags: UnityProfilerMarkerFlagscategoryId: UnityProfilerCategoryIdname: *const c_charmetaDataDesc: *const c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnityProfilerMarkerDesc
impl !Send for UnityProfilerMarkerDesc
impl !Sync for UnityProfilerMarkerDesc
impl Unpin for UnityProfilerMarkerDesc
impl UnwindSafe for UnityProfilerMarkerDesc
Blanket Implementations
Mutably borrows from an owned value. Read more