Struct winapi::wingdi::RGNDATAHEADER  
                   
                       [−]
                   
               [src]
pub struct RGNDATAHEADER {
    pub dwSize: DWORD,
    pub iType: DWORD,
    pub nCount: DWORD,
    pub nRgnSize: DWORD,
    pub rcBound: RECT,
}Fields
| dwSize | |
| iType | |
| nCount | |
| nRgnSize | |
| rcBound | 
Trait Implementations
impl Copy for RGNDATAHEADER[src]
impl Clone for RGNDATAHEADER[src]
fn clone(&self) -> RGNDATAHEADER
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