memory_size_type

Type Alias Kibibytes

Source
pub type Kibibytes = Kibibyte;
Expand description

The structure for representing a specific number of kibibytes (1 kibibyte = 1024 bytes).

Aliased Typeยง

struct Kibibytes(/* private fields */);