#[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,
}
impl<T> Any for T where
T: 'static + ?Sized,
[src]
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>,
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.