#[repr(C)]pub struct tagEMRCREATEPALETTE {
pub emr: EMR,
pub ihPal: DWORD,
pub lgpl: LOGPALETTE,
}Fields§
§emr: EMR§ihPal: DWORD§lgpl: LOGPALETTETrait Implementations§
Source§impl Clone for tagEMRCREATEPALETTE
impl Clone for tagEMRCREATEPALETTE
Source§fn clone(&self) -> tagEMRCREATEPALETTE
fn clone(&self) -> tagEMRCREATEPALETTE
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 tagEMRCREATEPALETTE
impl Debug for tagEMRCREATEPALETTE
impl Copy for tagEMRCREATEPALETTE
Auto Trait Implementations§
impl Freeze for tagEMRCREATEPALETTE
impl RefUnwindSafe for tagEMRCREATEPALETTE
impl Send for tagEMRCREATEPALETTE
impl Sync for tagEMRCREATEPALETTE
impl Unpin for tagEMRCREATEPALETTE
impl UnwindSafe for tagEMRCREATEPALETTE
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