Struct core_foundation_sys::dictionary::CFDictionaryKeyCallBacks [] [src]

#[repr(C)]
pub struct CFDictionaryKeyCallBacks { pub version: CFIndex, pub retain: CFDictionaryRetainCallBack, pub release: CFDictionaryReleaseCallBack, pub copyDescription: CFDictionaryCopyDescriptionCallBack, pub equal: CFDictionaryEqualCallBack, pub hash: CFDictionaryHashCallBack, }

Fields

Trait Implementations

impl Clone for CFDictionaryKeyCallBacks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CFDictionaryKeyCallBacks
[src]