Trait SectorExt

Source
pub trait SectorExt: BlockDeviceExt {
    // Provided method
    fn get_sector(&self, sector: Sector) -> u64 { ... }
}
Expand description

Trait for getting and sectors from a device.

Provided Methods§

Source

fn get_sector(&self, sector: Sector) -> u64

Calculates the requested sector from a given Sector variant.

Implementors§