Trait tikv_jemalloc_ctl::Access [−][src]
Safe read access to the MALLCTL NAMESPACE.
Required methods
fn read(&self) -> Result<T>
[src]
Read the key at self
.
fn write(&self, value: T) -> Result<()>
[src]
Write value
at the key self
.
fn update(&self, value: T) -> Result<T>
[src]
Write value
at the key self
returning its previous value.