Type Alias RGNDATA

Source
pub type RGNDATA = _RGNDATA;

Aliased Type§

struct RGNDATA {
    pub rdh: _RGNDATAHEADER,
    pub Buffer: [i8; 1],
}

Fields§

§rdh: _RGNDATAHEADER§Buffer: [i8; 1]