[−][src]Struct tm_sys::ffi::tm_profiler_api
Fields
init: Option<unsafe extern "C" fn(allocator: *mut tm_allocator_i, event_buffer_size: u32)>shutdown: Option<unsafe extern "C" fn()>enabled: *mut boolbegin: Option<unsafe extern "C" fn(name: *const c_char, category: *const c_char, object: *const c_char) -> u64>end: Option<unsafe extern "C" fn(begin_id: u64)>instant: Option<unsafe extern "C" fn(name: *const c_char, category: *const c_char, object: *const c_char)>start: Option<unsafe extern "C" fn(name: *const c_char, category: *const c_char, object: *const c_char) -> u64>finish: Option<unsafe extern "C" fn(start_id: u64)>intern: Option<unsafe extern "C" fn(s: *const c_char) -> *const c_char>fiber_switch: Option<unsafe extern "C" fn(from_fiber: u32, to_fiber: u32)>submit: Option<unsafe extern "C" fn(events: *mut tm_profiler_event_t, count: u32)>copy: Option<unsafe extern "C" fn(dest: *mut tm_profiler_event_t, start: u64, count: u32, actual_start: *mut u64, actual_count: *mut u32)>buffer: Option<unsafe extern "C" fn() -> tm_profiler_buffer_t>Trait Implementations
impl Clone for tm_profiler_api[src]
pub fn clone(&self) -> tm_profiler_api[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_profiler_api[src]
impl Debug for tm_profiler_api[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_profiler_api
impl !Send for tm_profiler_api
impl !Sync for tm_profiler_api
impl Unpin for tm_profiler_api
impl UnwindSafe for tm_profiler_api
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>,