#[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 duplicate 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 Debug for _RGNDATAHEADER
impl Debug for _RGNDATAHEADER
impl 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