#[repr(C)]pub struct FSEventStreamContext {
pub version: CFIndex,
pub info: *mut c_void,
pub retain: Option<CFAllocatorRetainCallBack>,
pub release: Option<CFAllocatorReleaseCallBack>,
pub copy_description: Option<CFAllocatorCopyDescriptionCallBack>,
}
Fields§
§version: CFIndex
§info: *mut c_void
§retain: Option<CFAllocatorRetainCallBack>
§release: Option<CFAllocatorReleaseCallBack>
§copy_description: Option<CFAllocatorCopyDescriptionCallBack>
Auto Trait Implementations§
impl Freeze for FSEventStreamContext
impl RefUnwindSafe for FSEventStreamContext
impl !Send for FSEventStreamContext
impl !Sync for FSEventStreamContext
impl Unpin for FSEventStreamContext
impl UnwindSafe for FSEventStreamContext
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