Type Alias gear_core::pages::GearPage

source ·
pub type GearPage = Page<GEAR_PAGE_SIZE>;
Expand description

Page of gear page size - 16 kiB.

Aliased Type§

struct GearPage(/* private fields */);

Trait Implementations§

source§

impl From<u16> for GearPage

source§

fn from(value: u16) -> Self

Converts to this type from the input type.