#[repr(C)]pub struct tagEMRFILLRGN {
pub emr: EMR,
pub rclBounds: RECTL,
pub cbRgnData: DWORD,
pub ihBrush: DWORD,
pub RgnData: [BYTE; 1],
}
Fields§
§emr: EMR
§rclBounds: RECTL
§cbRgnData: DWORD
§ihBrush: DWORD
§RgnData: [BYTE; 1]
Trait Implementations§
Source§impl Clone for tagEMRFILLRGN
impl Clone for tagEMRFILLRGN
Source§fn clone(&self) -> tagEMRFILLRGN
fn clone(&self) -> tagEMRFILLRGN
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 tagEMRFILLRGN
impl Debug for tagEMRFILLRGN
Source§impl Ord for tagEMRFILLRGN
impl Ord for tagEMRFILLRGN
Source§fn cmp(&self, other: &tagEMRFILLRGN) -> Ordering
fn cmp(&self, other: &tagEMRFILLRGN) -> 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 tagEMRFILLRGN
impl PartialEq for tagEMRFILLRGN
Source§impl PartialOrd for tagEMRFILLRGN
impl PartialOrd for tagEMRFILLRGN
impl Copy for tagEMRFILLRGN
impl Eq for tagEMRFILLRGN
impl StructuralPartialEq for tagEMRFILLRGN
Auto Trait Implementations§
impl Freeze for tagEMRFILLRGN
impl RefUnwindSafe for tagEMRFILLRGN
impl Send for tagEMRFILLRGN
impl Sync for tagEMRFILLRGN
impl Unpin for tagEMRFILLRGN
impl UnwindSafe for tagEMRFILLRGN
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