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