#[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 crateFields§
§version: CFIndex👎Deprecated: deprecated in favour of the
§objc2-core-services crateinfo: *mut c_void👎Deprecated: deprecated in favour of the
§objc2-core-services crateretain: Option<CFAllocatorRetainCallBack>👎Deprecated: deprecated in favour of the
§objc2-core-services craterelease: Option<CFAllocatorReleaseCallBack>👎Deprecated: deprecated in favour of the
§objc2-core-services cratecopy_description: Option<CFAllocatorCopyDescriptionCallBack>👎Deprecated: deprecated in favour of the
objc2-core-services crateAuto 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