#[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 Debug for _RGNDATAHEADER
impl Debug for _RGNDATAHEADER
Source§impl Ord for _RGNDATAHEADER
impl Ord for _RGNDATAHEADER
Source§fn cmp(&self, other: &_RGNDATAHEADER) -> Ordering
fn cmp(&self, other: &_RGNDATAHEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _RGNDATAHEADER
impl PartialEq for _RGNDATAHEADER
Source§impl PartialOrd for _RGNDATAHEADER
impl PartialOrd for _RGNDATAHEADER
impl Copy for _RGNDATAHEADER
impl Eq for _RGNDATAHEADER
impl StructuralPartialEq 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