#[repr(C)]pub struct tagSCROLLBARINFO {
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 tagSCROLLBARINFO
impl Clone for tagSCROLLBARINFO
Source§fn clone(&self) -> tagSCROLLBARINFO
fn clone(&self) -> tagSCROLLBARINFO
Returns a duplicate 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 Debug for tagSCROLLBARINFO
impl Debug for tagSCROLLBARINFO
impl Copy for tagSCROLLBARINFO
Auto Trait Implementations§
impl Freeze for tagSCROLLBARINFO
impl RefUnwindSafe for tagSCROLLBARINFO
impl Send for tagSCROLLBARINFO
impl Sync for tagSCROLLBARINFO
impl Unpin for tagSCROLLBARINFO
impl UnwindSafe for tagSCROLLBARINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more