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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CFDictionaryValueCallBacks
[src]