#[repr(C)]
pub struct CFRunLoopSourceContext1 {
pub version: isize,
pub info: *mut c_void,
pub retain: Option<extern "C" fn(*const c_void) -> *const c_void>,
pub release: Option<extern "C" fn(*const c_void)>,
pub copyDescription: Option<extern "C" fn(*const c_void) -> *const __CFString>,
pub equal: Option<extern "C" fn(*const c_void, *const c_void) -> u8>,
pub hash: Option<extern "C" fn(*const c_void) -> usize>,
pub getPort: extern "C" fn(*mut c_void) -> u32,
pub perform: extern "C" fn(*mut c_void, isize, *const c_void, *mut c_void) -> *mut c_void,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.