#[repr(transparent)]pub struct HPALETTE(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
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