#[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: CFDictionaryEqualCallBackTrait Implementations§
source§impl Clone for CFDictionaryValueCallBacks
impl Clone for CFDictionaryValueCallBacks
source§fn clone(&self) -> CFDictionaryValueCallBacks
fn clone(&self) -> CFDictionaryValueCallBacks
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more