#[repr(C)]pub struct _userHPALETTE {
pub fContext: LONG,
pub u: _userHPALETTE___MIDL_IWinTypes_0008,
}
Fields§
§fContext: LONG
§u: _userHPALETTE___MIDL_IWinTypes_0008
Trait Implementations§
Source§impl Clone for _userHPALETTE
impl Clone for _userHPALETTE
Source§fn clone(&self) -> _userHPALETTE
fn clone(&self) -> _userHPALETTE
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 _userHPALETTE
Auto Trait Implementations§
impl Freeze for _userHPALETTE
impl RefUnwindSafe for _userHPALETTE
impl !Send for _userHPALETTE
impl !Sync for _userHPALETTE
impl Unpin for _userHPALETTE
impl UnwindSafe for _userHPALETTE
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