Struct winapi::winuser::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
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