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

Trait Implementations

impl Clone for CFDictionaryValueCallBacks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CFDictionaryValueCallBacks
[src]

Auto Trait Implementations