#[repr(C)]pub struct CFDictionaryKeyCallBacks {
pub version: CFIndex,
pub retain: CFDictionaryRetainCallBack,
pub copyDescription: CFDictionaryCopyDescriptionCallBack,
pub equal: CFDictionaryEqualCallBack,
pub hash: CFDictionaryHashCallBack,
}Fields§
§version: CFIndex§retain: CFDictionaryRetainCallBack§copyDescription: CFDictionaryCopyDescriptionCallBack§equal: CFDictionaryEqualCallBack§hash: CFDictionaryHashCallBackAuto Trait Implementations§
impl Freeze for CFDictionaryKeyCallBacks
impl RefUnwindSafe for CFDictionaryKeyCallBacks
impl Send for CFDictionaryKeyCallBacks
impl Sync for CFDictionaryKeyCallBacks
impl Unpin for CFDictionaryKeyCallBacks
impl UnsafeUnpin 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