Struct winapi::um::wingdi::RGNDATAHEADER
source · #[repr(C)]pub struct RGNDATAHEADER {
pub dwSize: DWORD,
pub iType: DWORD,
pub nCount: DWORD,
pub nRgnSize: DWORD,
pub rcBound: RECT,
}
Fields§
§dwSize: DWORD
§iType: DWORD
§nCount: DWORD
§nRgnSize: DWORD
§rcBound: RECT
Trait Implementations§
source§impl Clone for RGNDATAHEADER
impl Clone for RGNDATAHEADER
source§fn clone(&self) -> RGNDATAHEADER
fn clone(&self) -> RGNDATAHEADER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RGNDATAHEADER
impl Default for RGNDATAHEADER
source§fn default() -> RGNDATAHEADER
fn default() -> RGNDATAHEADER
Returns the “default value” for a type. Read more