[][src]Struct core_foundation::runloop::CFRunLoopSourceContext1

#[repr(C)]
pub struct CFRunLoopSourceContext1 { pub version: i32, pub info: *mut c_void, pub retain: extern "C" fn(*const c_void) -> *const c_void, pub release: extern "C" fn(*const c_void), pub copyDescription: extern "C" fn(*const c_void) -> *const __CFString, pub equal: extern "C" fn(*const c_void, *const c_void) -> u8, pub hash: extern "C" fn(*const c_void) -> u32, pub getPort: extern "C" fn(*mut c_void) -> u32, pub perform: extern "C" fn(*mut c_void, i32, *const c_void, *mut c_void) -> *mut c_void, }

Fields

version: i32info: *mut c_voidretain: extern "C" fn(*const c_void) -> *const c_voidrelease: extern "C" fn(*const c_void)copyDescription: extern "C" fn(*const c_void) -> *const __CFStringequal: extern "C" fn(*const c_void, *const c_void) -> u8hash: extern "C" fn(*const c_void) -> u32getPort: extern "C" fn(*mut c_void) -> u32perform: extern "C" fn(*mut c_void, i32, *const c_void, *mut c_void) -> *mut c_void

Auto Trait Implementations

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

The type returned in the event of a conversion error.

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

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