#[repr(C)]pub struct CFTreeContext {
pub version: CFIndex,
pub info: *mut c_void,
pub retain: CFTreeRetainCallBack,
pub release: CFTreeReleaseCallBack,
pub copyDescription: CFTreeCopyDescriptionCallBack,
}Expand description
Apple SDK struct CFTreeContext.
Fields§
§version: CFIndex§info: *mut c_void§retain: CFTreeRetainCallBack§release: CFTreeReleaseCallBack§copyDescription: CFTreeCopyDescriptionCallBackTrait Implementations§
Source§impl Clone for CFTreeContext
impl Clone for CFTreeContext
Source§fn clone(&self) -> CFTreeContext
fn clone(&self) -> CFTreeContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CFTreeContext
impl Debug for CFTreeContext
impl Copy for CFTreeContext
Auto Trait Implementations§
impl Freeze for CFTreeContext
impl RefUnwindSafe for CFTreeContext
impl !Send for CFTreeContext
impl !Sync for CFTreeContext
impl Unpin for CFTreeContext
impl UnsafeUnpin for CFTreeContext
impl UnwindSafe for CFTreeContext
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