#[repr(C, packed(2))]pub struct CFHostClientContext {
pub version: CFIndex,
pub info: *mut c_void,
pub retain: CFAllocatorRetainCallBack,
pub release: CFAllocatorReleaseCallBack,
pub copyDescription: CFAllocatorCopyDescriptionCallBack,
}Expand description
Apple SDK struct CFHostClientContext.
Fields§
§version: CFIndex§info: *mut c_void§retain: CFAllocatorRetainCallBack§release: CFAllocatorReleaseCallBack§copyDescription: CFAllocatorCopyDescriptionCallBackTrait Implementations§
Source§impl Clone for CFHostClientContext
impl Clone for CFHostClientContext
impl Copy for CFHostClientContext
Auto Trait Implementations§
impl !Send for CFHostClientContext
impl !Sync for CFHostClientContext
impl Freeze for CFHostClientContext
impl RefUnwindSafe for CFHostClientContext
impl Unpin for CFHostClientContext
impl UnsafeUnpin for CFHostClientContext
impl UnwindSafe for CFHostClientContext
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