Struct winapi::SCROLLBARINFO [] [src]

pub struct SCROLLBARINFO {
    pub cbSize: DWORD,
    pub rcScrollBar: RECT,
    pub dxyLineButton: c_int,
    pub xyThumbTop: c_int,
    pub xyThumbBottom: c_int,
    pub reserved: c_int,
    pub rgstate: [DWORD; CCHILDREN_SCROLLBAR + 1],
}

Fields

cbSize
rcScrollBar
dxyLineButton
xyThumbTop
xyThumbBottom
reserved
rgstate

Trait Implementations

Derived Implementations

impl Debug for SCROLLBARINFO

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

impl Copy for SCROLLBARINFO

impl Clone for SCROLLBARINFO

fn clone(&self) -> SCROLLBARINFO

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