Struct winapi::commctrl::NMTRBTHUMBPOSCHANGING [] [src]

pub struct NMTRBTHUMBPOSCHANGING {
    pub hdr: NMHDR,
    pub dwPos: DWORD,
    pub nReason: c_int,
}

Fields

hdr: NMHDR dwPos: DWORD nReason: c_int

Trait Implementations

impl Debug for NMTRBTHUMBPOSCHANGING
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for NMTRBTHUMBPOSCHANGING
[src]

impl Clone for NMTRBTHUMBPOSCHANGING
[src]

fn clone(&self) -> NMTRBTHUMBPOSCHANGING

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more