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: NMHDRdwFlags: NMTBHOTITEM_FLAGSTrait 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 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