Struct vc6_sys::tagrpcLOGPALETTE
source · #[repr(C)]pub struct tagrpcLOGPALETTE {
pub palVersion: WORD,
pub palNumEntries: WORD,
pub palPalEntry: [PALETTEENTRY; 1],
}Fields§
§palVersion: WORD§palNumEntries: WORD§palPalEntry: [PALETTEENTRY; 1]Trait Implementations§
source§impl Clone for tagrpcLOGPALETTE
impl Clone for tagrpcLOGPALETTE
source§fn clone(&self) -> tagrpcLOGPALETTE
fn clone(&self) -> tagrpcLOGPALETTE
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 tagrpcLOGPALETTE
impl Debug for tagrpcLOGPALETTE
impl Copy for tagrpcLOGPALETTE
Auto Trait Implementations§
impl RefUnwindSafe for tagrpcLOGPALETTE
impl Send for tagrpcLOGPALETTE
impl Sync for tagrpcLOGPALETTE
impl Unpin for tagrpcLOGPALETTE
impl UnwindSafe for tagrpcLOGPALETTE
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