Struct core_foundation_sys::dictionary::CFDictionaryValueCallBacks
[−]
[src]
#[repr(C)]pub struct CFDictionaryValueCallBacks { pub version: CFIndex, pub retain: CFDictionaryRetainCallBack, pub release: CFDictionaryReleaseCallBack, pub copyDescription: CFDictionaryCopyDescriptionCallBack, pub equal: CFDictionaryEqualCallBack, }
Fields
version: CFIndex
retain: CFDictionaryRetainCallBack
release: CFDictionaryReleaseCallBack
copyDescription: CFDictionaryCopyDescriptionCallBack
equal: CFDictionaryEqualCallBack
Trait Implementations
impl Clone for CFDictionaryValueCallBacks
[src]
fn clone(&self) -> CFDictionaryValueCallBacks
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more