#[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 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 tagEMRFILLRGN
impl Debug for tagEMRFILLRGN
impl Copy 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