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