Union windows_sys::Win32::System::Com::GDI_OBJECT_0
[−]#[repr(C)]
pub union GDI_OBJECT_0 {
pub hBitmap: *mut userHBITMAP,
pub hPalette: *mut userHPALETTE,
pub hGeneric: *mut userHGLOBAL,
}
Expand description
Required features: ‘Win32_System_Com’, ‘Win32_Graphics_Gdi’, ‘Win32_System_SystemServices’
Fields
hBitmap: *mut userHBITMAP
hPalette: *mut userHPALETTE
hGeneric: *mut userHGLOBAL
Trait Implementations
impl Clone for GDI_OBJECT_0
impl Clone for GDI_OBJECT_0
impl Copy for GDI_OBJECT_0
Auto Trait Implementations
impl RefUnwindSafe for GDI_OBJECT_0
impl !Send for GDI_OBJECT_0
impl !Sync for GDI_OBJECT_0
impl Unpin for GDI_OBJECT_0
impl UnwindSafe for GDI_OBJECT_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more