#[repr(C)]pub struct HPALETTE__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for HPALETTE__
impl Clone for HPALETTE__
Source§fn clone(&self) -> HPALETTE__
fn clone(&self) -> HPALETTE__
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 HPALETTE__
impl Debug for HPALETTE__
Source§impl Ord for HPALETTE__
impl Ord for HPALETTE__
Source§fn cmp(&self, other: &HPALETTE__) -> Ordering
fn cmp(&self, other: &HPALETTE__) -> 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 HPALETTE__
impl PartialEq for HPALETTE__
Source§impl PartialOrd for HPALETTE__
impl PartialOrd for HPALETTE__
impl Copy for HPALETTE__
impl Eq for HPALETTE__
impl StructuralPartialEq for HPALETTE__
Auto Trait Implementations§
impl Freeze for HPALETTE__
impl RefUnwindSafe for HPALETTE__
impl Send for HPALETTE__
impl Sync for HPALETTE__
impl Unpin for HPALETTE__
impl UnwindSafe for HPALETTE__
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