FIXED

Type Alias FIXED 

Source
pub type FIXED = _FIXED;

Aliased Type§

#[repr(C)]
pub struct FIXED { pub fract: u16, pub value: i16, }

Fields§

§fract: u16§value: i16