Lba

Type Alias Lba 

Source
pub type Lba = u64;
Expand description

Logical Block Addresses

The LBA type is used to denote logical block addresses of block devices. It is a simple 64-bit integer, that is used to denote addresses when working with block devices.