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