#[repr(C)]pub struct TBREPLACEBITMAP {
pub hInstOld: HINSTANCE,
pub nIDOld: UINT_PTR,
pub hInstNew: HINSTANCE,
pub nIDNew: UINT_PTR,
pub nButtons: c_int,
}
Fields§
§hInstOld: HINSTANCE
§nIDOld: UINT_PTR
§hInstNew: HINSTANCE
§nIDNew: UINT_PTR
§nButtons: c_int
Trait Implementations§
Source§impl Clone for TBREPLACEBITMAP
impl Clone for TBREPLACEBITMAP
Source§fn clone(&self) -> TBREPLACEBITMAP
fn clone(&self) -> TBREPLACEBITMAP
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for TBREPLACEBITMAP
impl Default for TBREPLACEBITMAP
Source§fn default() -> TBREPLACEBITMAP
fn default() -> TBREPLACEBITMAP
Returns the “default value” for a type. Read more
impl Copy for TBREPLACEBITMAP
Auto Trait Implementations§
impl Freeze for TBREPLACEBITMAP
impl RefUnwindSafe for TBREPLACEBITMAP
impl !Send for TBREPLACEBITMAP
impl !Sync for TBREPLACEBITMAP
impl Unpin for TBREPLACEBITMAP
impl UnwindSafe for TBREPLACEBITMAP
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