#[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 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 tagEMREXTSELECTCLIPRGN
impl Debug for tagEMREXTSELECTCLIPRGN
Source§impl Ord for tagEMREXTSELECTCLIPRGN
impl Ord for tagEMREXTSELECTCLIPRGN
Source§fn cmp(&self, other: &tagEMREXTSELECTCLIPRGN) -> Ordering
fn cmp(&self, other: &tagEMREXTSELECTCLIPRGN) -> 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 tagEMREXTSELECTCLIPRGN
impl PartialEq for tagEMREXTSELECTCLIPRGN
Source§impl PartialOrd for tagEMREXTSELECTCLIPRGN
impl PartialOrd for tagEMREXTSELECTCLIPRGN
impl Copy for tagEMREXTSELECTCLIPRGN
impl Eq for tagEMREXTSELECTCLIPRGN
impl StructuralPartialEq 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