Struct core_foundation_sys::set::CFSetCallBacks
[−]
[src]
pub struct CFSetCallBacks {
pub version: CFIndex,
pub retain: CFSetRetainCallBack,
pub release: CFSetReleaseCallBack,
pub copyDescription: CFSetCopyDescriptionCallBack,
pub equal: CFSetEqualCallBack,
pub hash: CFSetHashCallBack,
}Fields
version: CFIndex
retain: CFSetRetainCallBack
release: CFSetReleaseCallBack
copyDescription: CFSetCopyDescriptionCallBack
equal: CFSetEqualCallBack
hash: CFSetHashCallBack
Trait Implementations
impl Clone for CFSetCallBacks[src]
fn clone(&self) -> CFSetCallBacks
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more