#[repr(C)]pub struct SCDynamicStoreContext {
pub version: CFIndex,
pub info: *mut c_void,
pub retain: Option<unsafe extern "C" fn(info: *const c_void) -> *const c_void>,
pub release: Option<unsafe extern "C" fn(info: *const c_void)>,
pub copyDescription: Option<unsafe extern "C" fn(info: *const c_void) -> CFStringRef>,
}Fields§
§version: CFIndex§info: *mut c_void§retain: Option<unsafe extern "C" fn(info: *const c_void) -> *const c_void>§release: Option<unsafe extern "C" fn(info: *const c_void)>§copyDescription: Option<unsafe extern "C" fn(info: *const c_void) -> CFStringRef>Auto Trait Implementations§
impl !Send for SCDynamicStoreContext
impl !Sync for SCDynamicStoreContext
impl Freeze for SCDynamicStoreContext
impl RefUnwindSafe for SCDynamicStoreContext
impl Unpin for SCDynamicStoreContext
impl UnsafeUnpin for SCDynamicStoreContext
impl UnwindSafe for SCDynamicStoreContext
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