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_Foundation"
Fields§
§hdr: NMHDR§iItem: i32§tbButton: TBBUTTON§cchText: i32§pszText: PSTR§rcButton: RECTTrait 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§
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