Struct windows_sys::Win32::UI::Controls::TBREPLACEBITMAP
[−]#[repr(C)]pub struct TBREPLACEBITMAP {
pub hInstOld: HINSTANCE,
pub nIDOld: usize,
pub hInstNew: HINSTANCE,
pub nIDNew: usize,
pub nButtons: i32,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
hInstOld: HINSTANCEnIDOld: usizehInstNew: HINSTANCEnIDNew: usizenButtons: i32Trait Implementations
impl Clone for TBREPLACEBITMAP
impl Clone for TBREPLACEBITMAP
impl Copy for TBREPLACEBITMAP
Auto Trait Implementations
impl RefUnwindSafe for TBREPLACEBITMAP
impl Send for TBREPLACEBITMAP
impl Sync for TBREPLACEBITMAP
impl Unpin for TBREPLACEBITMAP
impl UnwindSafe for TBREPLACEBITMAP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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