#[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 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 Debug for tagSCROLLBARINFO
impl Debug for tagSCROLLBARINFO
Source§impl Ord for tagSCROLLBARINFO
impl Ord for tagSCROLLBARINFO
Source§fn cmp(&self, other: &tagSCROLLBARINFO) -> Ordering
fn cmp(&self, other: &tagSCROLLBARINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSCROLLBARINFO
impl PartialEq for tagSCROLLBARINFO
Source§impl PartialOrd for tagSCROLLBARINFO
impl PartialOrd for tagSCROLLBARINFO
impl Copy for tagSCROLLBARINFO
impl Eq for tagSCROLLBARINFO
impl StructuralPartialEq 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