Module system_configuration::dynamic_store [] [src]

Bindings to SCDynamicStore.

See the examples directory for examples how to use this module.

Reexports

pub use system_configuration_sys::dynamic_store::*;

Structs

SCDynamicStore

Access to the key-value pairs in the dynamic store of a running system.

SCDynamicStoreBuilder

Builder for SCDynamicStore sessions.

SCDynamicStoreCallBackContext

Struct describing the callback happening when a watched value in the dynamic store is changed.

Type Definitions

SCDynamicStoreCallBackT

Signature for callback functions getting called when a watched value in the dynamic store is changed.