[−][src]Struct unity_native_plugin_sys::IUnityProfiler
Fields
EmitEvent: Option<unsafe extern "system" fn(markerDesc: *const UnityProfilerMarkerDesc, eventType: UnityProfilerMarkerEventType, eventDataCount: u16, eventData: *const UnityProfilerMarkerData)>IsEnabled: Option<unsafe extern "system" fn() -> c_int>IsAvailable: Option<unsafe extern "system" fn() -> c_int>CreateMarker: Option<unsafe extern "system" fn(desc: *mut *const UnityProfilerMarkerDesc, name: *const c_char, category: UnityProfilerCategoryId, flags: UnityProfilerMarkerFlags, eventDataCount: c_int) -> c_int>SetMarkerMetadataName: Option<unsafe extern "system" fn(desc: *const UnityProfilerMarkerDesc, index: c_int, metadataName: *const c_char, metadataType: UnityProfilerMarkerDataType, metadataUnit: UnityProfilerMarkerDataUnit) -> c_int>RegisterThread: Option<unsafe extern "system" fn(threadId: *mut UnityProfilerThreadId, groupName: *const c_char, name: *const c_char) -> c_int>UnregisterThread: Option<unsafe extern "system" fn(threadId: UnityProfilerThreadId) -> c_int>Trait Implementations
impl Clone for IUnityProfiler[src]
fn clone(&self) -> IUnityProfiler[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for IUnityProfiler[src]
impl Default for IUnityProfiler[src]
fn default() -> IUnityProfiler[src]
Auto Trait Implementations
impl RefUnwindSafe for IUnityProfiler
impl Send for IUnityProfiler
impl Sync for IUnityProfiler
impl Unpin for IUnityProfiler
impl UnwindSafe for IUnityProfiler
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,