Struct windows_sys::Win32::UI::Controls::NMBCHOTITEM
[−]#[repr(C)]pub struct NMBCHOTITEM {
pub hdr: NMHDR,
pub dwFlags: NMTBHOTITEM_FLAGS,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
dwFlags: NMTBHOTITEM_FLAGS
Trait Implementations
impl Clone for NMBCHOTITEM
impl Clone for NMBCHOTITEM
impl Copy for NMBCHOTITEM
Auto Trait Implementations
impl RefUnwindSafe for NMBCHOTITEM
impl Send for NMBCHOTITEM
impl Sync for NMBCHOTITEM
impl Unpin for NMBCHOTITEM
impl UnwindSafe for NMBCHOTITEM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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