Struct win_sys::SystemServices::userHBITMAP [−][src]
#[repr(C)]pub struct userHBITMAP {
pub fContext: i32,
pub u: userHBITMAP_0,
}Expand description
Required features: Win32_System_SystemServices
Fields
fContext: i32u: userHBITMAP_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for userHBITMAP
impl !Send for userHBITMAP
impl !Sync for userHBITMAP
impl Unpin for userHBITMAP
impl UnwindSafe for userHBITMAP
Blanket Implementations
Mutably borrows from an owned value. Read more