Type Alias STYLESTRUCT

Source
pub type STYLESTRUCT = tagSTYLESTRUCT;

Aliased Type§

struct STYLESTRUCT {
    pub styleOld: u32,
    pub styleNew: u32,
}

Fields§

§styleOld: u32§styleNew: u32