#[repr(C)]pub struct tagEMRRESIZEPALETTE {
pub emr: EMR,
pub ihPal: DWORD,
pub cEntries: DWORD,
}Fields§
§emr: EMR§ihPal: DWORD§cEntries: DWORDTrait Implementations§
Source§impl Clone for tagEMRRESIZEPALETTE
impl Clone for tagEMRRESIZEPALETTE
Source§fn clone(&self) -> tagEMRRESIZEPALETTE
fn clone(&self) -> tagEMRRESIZEPALETTE
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 tagEMRRESIZEPALETTE
impl Debug for tagEMRRESIZEPALETTE
impl Copy 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