Struct windows_sys::Win32::System::SystemServices::userHPALETTE
[−]#[repr(C)]pub struct userHPALETTE {
pub fContext: i32,
pub u: userHPALETTE_0,
}
Expand description
Required features: "Win32_System_SystemServices"
, "Win32_Graphics_Gdi"
Fields
fContext: i32
u: userHPALETTE_0
Trait Implementations
impl Clone for userHPALETTE
impl Clone for userHPALETTE
impl Copy for userHPALETTE
Auto Trait Implementations
impl RefUnwindSafe for userHPALETTE
impl !Send for userHPALETTE
impl !Sync for userHPALETTE
impl Unpin for userHPALETTE
impl UnwindSafe for userHPALETTE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more