#[repr(C)]pub struct tagEMRCREATEPALETTE {
pub emr: EMR,
pub ihPal: DWORD,
pub lgpl: LOGPALETTE,
}
Fields§
§emr: EMR
§ihPal: DWORD
§lgpl: LOGPALETTE
Trait Implementations§
Source§impl Clone for tagEMRCREATEPALETTE
impl Clone for tagEMRCREATEPALETTE
Source§fn clone(&self) -> tagEMRCREATEPALETTE
fn clone(&self) -> tagEMRCREATEPALETTE
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 tagEMRCREATEPALETTE
impl Debug for tagEMRCREATEPALETTE
Source§impl Ord for tagEMRCREATEPALETTE
impl Ord for tagEMRCREATEPALETTE
Source§fn cmp(&self, other: &tagEMRCREATEPALETTE) -> Ordering
fn cmp(&self, other: &tagEMRCREATEPALETTE) -> 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 tagEMRCREATEPALETTE
impl PartialEq for tagEMRCREATEPALETTE
Source§impl PartialOrd for tagEMRCREATEPALETTE
impl PartialOrd for tagEMRCREATEPALETTE
impl Copy for tagEMRCREATEPALETTE
impl Eq for tagEMRCREATEPALETTE
impl StructuralPartialEq 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