[][src]Struct ittapi_rs::___itt_clock_domain

#[repr(C)]pub struct ___itt_clock_domain {
    pub info: __itt_clock_info,
    pub fn_: __itt_get_clock_info_fn,
    pub fn_data: *mut c_void,
    pub extra1: c_int,
    pub extra2: *mut c_void,
    pub next: *mut ___itt_clock_domain,
}

Fields

info: __itt_clock_info

< Most recent clock domain info

fn_: __itt_get_clock_info_fn

< Callback function pointer

fn_data: *mut c_void

< Input argument for the callback function

extra1: c_int

< Reserved. Must be zero

extra2: *mut c_void

< Reserved. Must be zero

next: *mut ___itt_clock_domain

Trait Implementations

impl Clone for ___itt_clock_domain[src]

impl Copy for ___itt_clock_domain[src]

impl Debug for ___itt_clock_domain[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.