#[repr(C)]pub struct TBREPLACEBITMAP {
pub nButtons: i32,
/* private fields */
}Available on crate feature
comctl only.Expand description
TBREPLACEBITMAP
struct.
Fields§
§nButtons: i32Implementations§
Trait Implementations§
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