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; 6],
}

Fields

cbSize: DWORD rcScrollBar: RECT dxyLineButton: c_int xyThumbTop: c_int xyThumbBottom: c_int reserved: c_int rgstate: [DWORD; 6]

Trait Implementations

impl Debug for SCROLLBARINFO
[src]

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

Formats the value using the given formatter.

impl Copy for SCROLLBARINFO
[src]

impl Clone for SCROLLBARINFO
[src]

fn clone(&self) -> SCROLLBARINFO

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