#[repr(C)]pub struct tagEMREXTSELECTCLIPRGN {
pub emr: EMR,
pub cbRgnData: DWORD,
pub iMode: DWORD,
pub RgnData: [BYTE; 1],
}Fields§
§emr: EMR§cbRgnData: DWORD§iMode: DWORD§RgnData: [BYTE; 1]Trait Implementations§
Source§impl Clone for tagEMREXTSELECTCLIPRGN
impl Clone for tagEMREXTSELECTCLIPRGN
Source§fn clone(&self) -> tagEMREXTSELECTCLIPRGN
fn clone(&self) -> tagEMREXTSELECTCLIPRGN
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 tagEMREXTSELECTCLIPRGN
impl Debug for tagEMREXTSELECTCLIPRGN
impl Copy for tagEMREXTSELECTCLIPRGN
Auto Trait Implementations§
impl Freeze for tagEMREXTSELECTCLIPRGN
impl RefUnwindSafe for tagEMREXTSELECTCLIPRGN
impl Send for tagEMREXTSELECTCLIPRGN
impl Sync for tagEMREXTSELECTCLIPRGN
impl Unpin for tagEMREXTSELECTCLIPRGN
impl UnwindSafe for tagEMREXTSELECTCLIPRGN
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