#[repr(C)]pub struct HPALETTE__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Source§impl Clone for HPALETTE__
impl Clone for HPALETTE__
Source§fn clone(&self) -> HPALETTE__
fn clone(&self) -> HPALETTE__
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 HPALETTE__
impl Debug for HPALETTE__
impl Copy 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