Union windows_sys::Win32::System::SystemServices::userHPALETTE_0
[−]#[repr(C)]
pub union userHPALETTE_0 {
pub hInproc: i32,
pub hRemote: *mut LOGPALETTE,
pub hInproc64: i64,
}
Expand description
Required features: "Win32_System_SystemServices"
, "Win32_Graphics_Gdi"
Fields
hInproc: i32
hRemote: *mut LOGPALETTE
hInproc64: i64
Trait Implementations
impl Clone for userHPALETTE_0
impl Clone for userHPALETTE_0
impl Copy for userHPALETTE_0
Auto Trait Implementations
impl RefUnwindSafe for userHPALETTE_0
impl !Send for userHPALETTE_0
impl !Sync for userHPALETTE_0
impl Unpin for userHPALETTE_0
impl UnwindSafe for userHPALETTE_0
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