Struct core_foundation_sys::runloop::CFRunLoopObserverContext[][src]

#[repr(C)]
pub struct CFRunLoopObserverContext { pub version: CFIndex, pub info: *mut c_void, pub retain: Option<extern "C" fn(info: *const c_void) -> *const c_void>, pub release: Option<extern "C" fn(info: *const c_void)>, pub copyDescription: Option<extern "C" fn(info: *const c_void) -> CFStringRef>, }

Fields

version: CFIndexinfo: *mut c_voidretain: Option<extern "C" fn(info: *const c_void) -> *const c_void>release: Option<extern "C" fn(info: *const c_void)>copyDescription: Option<extern "C" fn(info: *const c_void) -> CFStringRef>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.