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

#[repr(C)]
pub struct CFRunLoopSourceContext1 { pub version: i64, 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) -> u64, pub getPort: extern "C" fn(*mut c_void) -> u32, pub perform: extern "C" fn(*mut c_void, i64, *const c_void, *mut c_void) -> *mut c_void, }

Fields

Auto Trait Implementations

impl !Send for CFRunLoopSourceContext1

impl !Sync for CFRunLoopSourceContext1

Blanket Implementations

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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