Struct system_configuration_sys::dynamic_store::SCDynamicStoreContext[][src]

#[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: CFIndexinfo: *mut c_voidretain: 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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.