#[repr(C)]pub struct TBBUTTON {
pub iBitmap: i32,
pub idCommand: i32,
pub fsState: u8,
pub fsStyle: u8,
pub bReserved: [u8; 6],
pub dwData: usize,
pub iString: isize,
}
Expand description
Required features: "Win32_UI_Controls"
Fields
iBitmap: i32
idCommand: i32
fsState: u8
fsStyle: u8
bReserved: [u8; 6]
dwData: usize
iString: isize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TBBUTTON
impl Send for TBBUTTON
impl Sync for TBBUTTON
impl Unpin for TBBUTTON
impl UnwindSafe for TBBUTTON
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