Type Alias AXISINFOW

Source
pub type AXISINFOW = tagAXISINFOW;

Aliased Type§

struct AXISINFOW {
    pub axMinValue: i32,
    pub axMaxValue: i32,
    pub axAxisName: [u16; 16],
}

Fields§

§axMinValue: i32§axMaxValue: i32§axAxisName: [u16; 16]