Struct windows_sys::Win32::UI::Controls::NMBCDROPDOWN
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
rcButton: RECT
Trait Implementations
impl Clone for NMBCDROPDOWN
impl Clone for NMBCDROPDOWN
impl Copy for NMBCDROPDOWN
Auto Trait Implementations
impl RefUnwindSafe for NMBCDROPDOWN
impl Send for NMBCDROPDOWN
impl Sync for NMBCDROPDOWN
impl Unpin for NMBCDROPDOWN
impl UnwindSafe for NMBCDROPDOWN
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