Type Alias winit::event::ScanCode

source ·
pub type ScanCode = u32;
Expand description

Hardware-dependent keyboard scan code.

Trait Implementations§

source§

impl Pixel for u32

source§

fn from_f64(f: f64) -> Self

source§

fn cast<P: Pixel>(self) -> P