#[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>,
}👎Deprecated:
deprecated in favour of the objc2-core-services crate
Fields§
§version: CFIndex👎Deprecated:
§deprecated in favour of the objc2-core-services crate
info: *mut c_void👎Deprecated:
§deprecated in favour of the objc2-core-services crate
retain: Option<CFAllocatorRetainCallBack>👎Deprecated:
§deprecated in favour of the objc2-core-services crate
release: Option<CFAllocatorReleaseCallBack>👎Deprecated:
§deprecated in favour of the objc2-core-services crate
copy_description: Option<CFAllocatorCopyDescriptionCallBack>👎Deprecated:
deprecated in favour of the objc2-core-services crate
Auto Trait Implementations§
impl !Send for FSEventStreamContext
impl !Sync for FSEventStreamContext
impl Freeze for FSEventStreamContext
impl RefUnwindSafe for FSEventStreamContext
impl Unpin for FSEventStreamContext
impl UnsafeUnpin 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