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