Struct windows_sys::Win32::System::SystemServices::userHBITMAP
#[repr(C)]pub struct userHBITMAP {
pub fContext: i32,
pub u: userHBITMAP_0,
}
Fields§
§fContext: i32
§u: userHBITMAP_0
Trait Implementations§
§impl Clone for userHBITMAP
impl Clone for userHBITMAP
impl Copy for userHBITMAP
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§
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