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