Struct NMBCDROPDOWN
#[repr(C)]pub struct NMBCDROPDOWN {
pub hdr: NMHDR,
pub rcButton: RECT,
}Fields§
§hdr: NMHDR§rcButton: RECTTrait Implementations§
§impl Clone for NMBCDROPDOWN
impl Clone for NMBCDROPDOWN
§fn clone(&self) -> NMBCDROPDOWN
fn clone(&self) -> NMBCDROPDOWN
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMBCDROPDOWN
§impl Default for NMBCDROPDOWN
impl Default for NMBCDROPDOWN
§fn default() -> NMBCDROPDOWN
fn default() -> NMBCDROPDOWN
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMBCDROPDOWN
impl !Sync for NMBCDROPDOWN
impl Freeze for NMBCDROPDOWN
impl RefUnwindSafe for NMBCDROPDOWN
impl Unpin for NMBCDROPDOWN
impl UnsafeUnpin 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