Struct core_foundation_sys::array::CFArrayCallBacks
source · #[repr(C)]pub struct CFArrayCallBacks {
pub version: CFIndex,
pub retain: CFArrayRetainCallBack,
pub release: CFArrayReleaseCallBack,
pub copyDescription: CFArrayCopyDescriptionCallBack,
pub equal: CFArrayEqualCallBack,
}Fields§
§version: CFIndex§retain: CFArrayRetainCallBack§release: CFArrayReleaseCallBack§copyDescription: CFArrayCopyDescriptionCallBack§equal: CFArrayEqualCallBackTrait Implementations§
source§impl Clone for CFArrayCallBacks
impl Clone for CFArrayCallBacks
source§fn clone(&self) -> CFArrayCallBacks
fn clone(&self) -> CFArrayCallBacks
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more