Struct NMBCDROPDOWN
#[repr(C)]pub struct NMBCDROPDOWN {
pub hdr: NMHDR,
pub rcButton: RECT,
}
Fields§
§hdr: NMHDR
§rcButton: RECT
Trait Implementations§
§impl Clone for NMBCDROPDOWN
impl Clone for NMBCDROPDOWN
§fn clone(&self) -> NMBCDROPDOWN
fn clone(&self) -> NMBCDROPDOWN
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NMBCDROPDOWN
impl Debug for NMBCDROPDOWN
§impl Default for NMBCDROPDOWN
impl Default for NMBCDROPDOWN
§impl PartialEq for NMBCDROPDOWN
impl PartialEq for NMBCDROPDOWN
impl Copy for NMBCDROPDOWN
impl StructuralPartialEq for NMBCDROPDOWN
Auto Trait Implementations§
impl Freeze for NMBCDROPDOWN
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