#[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: RECTTrait 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 moreimpl Copy for RGNDATAHEADER
Auto Trait Implementations§
impl Freeze for RGNDATAHEADER
impl RefUnwindSafe for RGNDATAHEADER
impl Send for RGNDATAHEADER
impl Sync for RGNDATAHEADER
impl Unpin for RGNDATAHEADER
impl UnwindSafe for RGNDATAHEADER
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more