Struct winapi::wingdi::RGNDATA  
                   
                       [−]
                   
               [src]
pub struct RGNDATA {
    pub rdh: RGNDATAHEADER,
    pub Buffer: [c_char; 0],
}Fields
| rdh | |
| Buffer | 
Trait Implementations
impl Copy for RGNDATA[src]
impl Clone for RGNDATA[src]
fn clone(&self) -> RGNDATA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more