Struct windows_sys::Win32::UI::Controls::NMBCHOTITEM
#[repr(C)]pub struct NMBCHOTITEM {
pub hdr: NMHDR,
pub dwFlags: NMTBHOTITEM_FLAGS,
}Expand description
Required features: "Win32_Foundation"
Fields§
§hdr: NMHDR§dwFlags: 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§
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