Struct tikv_jemalloc_ctl::epoch_mib[][src]

#[repr(transparent)]
pub struct epoch_mib(pub Mib<[usize; 1]>);
Expand description

See epoch.

Tuple Fields

0: Mib<[usize; 1]>

Implementations

Reads value using MIB API.

Writes value using MIB API.

Updates key to value returning its old value using MIB API.

Advances the epoch returning its old value - see epoch.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.