Struct tikv_jemalloc_ctl::Name[][src]

#[repr(transparent)]
pub struct Name(_);
Expand description

A Name in the MALLCTL NAMESPACE.

Implementations

Returns the Mib of self.

Returns the MibStr of self which is a key whose value is a string.

Returns true if self is a key in the MALLCTL NAMESPCE referring to a null-terminated string.

Returns the name as null-terminated byte-string.

Trait Implementations

Read the key at self.

Write value at the key self.

Write value at the key self returning its previous value.

Read the key at self.

Write value at the key self.

Write value at the key self returning its previous value.

Read the key at self.

Write value at the key self.

Write value at the key self returning its previous value.

Read the key at self.

Write value at the key self.

Write value at the key self returning its previous value.

Read the key at self.

Write value at the key self.

Write value at the key self returning its previous value.

Read the key at self.

Write value at the key self.

Write value at the key self returning its previous value.

Read the key at self.

Write value at the key self.

Write value at the key self returning its previous value.

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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