Struct windows_sys::Win32::UI::Controls::NMTOOLBARA
[−]#[repr(C)]pub struct NMTOOLBARA {
pub hdr: NMHDR,
pub iItem: i32,
pub tbButton: TBBUTTON,
pub cchText: i32,
pub pszText: PSTR,
pub rcButton: RECT,
}
Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDR
iItem: i32
tbButton: TBBUTTON
cchText: i32
pszText: PSTR
rcButton: RECT
Trait Implementations
impl Clone for NMTOOLBARA
impl Clone for NMTOOLBARA
impl Copy for NMTOOLBARA
Auto Trait Implementations
impl RefUnwindSafe for NMTOOLBARA
impl !Send for NMTOOLBARA
impl !Sync for NMTOOLBARA
impl Unpin for NMTOOLBARA
impl UnwindSafe for NMTOOLBARA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more