Struct winapi::wingdi::RGNDATA [] [src]

pub struct RGNDATA {
    pub rdh: RGNDATAHEADER,
    pub Buffer: [c_char; 0],
}

Fields

rdh: RGNDATAHEADER Buffer: [c_char; 0]

Trait Implementations

impl Debug for RGNDATA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.