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