#[repr(C)]pub struct CFDictionaryKeyCallBacks {
pub version: CFIndex,
pub retain: CFDictionaryRetainCallBack,
pub release: CFDictionaryReleaseCallBack,
pub copyDescription: CFDictionaryCopyDescriptionCallBack,
pub equal: CFDictionaryEqualCallBack,
pub hash: CFDictionaryHashCallBack,
}
Fields§
§version: CFIndex
§retain: CFDictionaryRetainCallBack
§release: CFDictionaryReleaseCallBack
§copyDescription: CFDictionaryCopyDescriptionCallBack
§equal: CFDictionaryEqualCallBack
§hash: CFDictionaryHashCallBack
Trait Implementations§
source§impl Clone for CFDictionaryKeyCallBacks
impl Clone for CFDictionaryKeyCallBacks
source§fn clone(&self) -> CFDictionaryKeyCallBacks
fn clone(&self) -> CFDictionaryKeyCallBacks
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 moreimpl Copy for CFDictionaryKeyCallBacks
Auto Trait Implementations§
impl RefUnwindSafe for CFDictionaryKeyCallBacks
impl Send for CFDictionaryKeyCallBacks
impl Sync for CFDictionaryKeyCallBacks
impl Unpin for CFDictionaryKeyCallBacks
impl UnwindSafe for CFDictionaryKeyCallBacks
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more