Struct winapi::um::winuser::SCROLLBARINFO
source · #[repr(C)]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§
source§impl Clone for SCROLLBARINFO
impl Clone for SCROLLBARINFO
source§fn clone(&self) -> SCROLLBARINFO
fn clone(&self) -> SCROLLBARINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SCROLLBARINFO
impl Default for SCROLLBARINFO
source§fn default() -> SCROLLBARINFO
fn default() -> SCROLLBARINFO
Returns the “default value” for a type. Read more