Struct core_foundation_sys::set::CFSetCallBacks[][src]

#[repr(C)]
pub struct CFSetCallBacks { pub version: CFIndex, pub retain: CFSetRetainCallBack, pub release: CFSetReleaseCallBack, pub copyDescription: CFSetCopyDescriptionCallBack, pub equal: CFSetEqualCallBack, pub hash: CFSetHashCallBack, }

Fields

Trait Implementations

impl Clone for CFSetCallBacks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CFSetCallBacks
[src]

Auto Trait Implementations