#[repr(C)]pub struct CFRunLoopTimerContext {
pub version: CFIndex,
pub info: *mut c_void,
pub retain: CFAllocatorRetainCallBack,
pub release: CFAllocatorReleaseCallBack,
pub copyDescription: CFAllocatorCopyDescriptionCallBack,
}
Fields§
§version: CFIndex
§info: *mut c_void
§retain: CFAllocatorRetainCallBack
§release: CFAllocatorReleaseCallBack
§copyDescription: CFAllocatorCopyDescriptionCallBack
Auto Trait Implementations§
impl Freeze for CFRunLoopTimerContext
impl RefUnwindSafe for CFRunLoopTimerContext
impl !Send for CFRunLoopTimerContext
impl !Sync for CFRunLoopTimerContext
impl Unpin for CFRunLoopTimerContext
impl UnwindSafe for CFRunLoopTimerContext
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more