Type Alias gear_core::pages::GearPagesAmount

source ·
pub type GearPagesAmount = PagesAmount<GEAR_PAGE_SIZE>;
Expand description

Pages amount for gear page size - 16 kiB.

Aliased Type§

struct GearPagesAmount(/* private fields */);

Trait Implementations§

source§

impl From<u16> for GearPagesAmount

source§

fn from(value: u16) -> Self

Converts to this type from the input type.