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