Struct windows_sys::Win32::UI::Shell::AUTO_SCROLL_DATA
#[repr(C, packed(1))]pub struct AUTO_SCROLL_DATA {
pub iNextSample: i32,
pub dwLastScroll: u32,
pub bFull: BOOL,
pub pts: [POINT; 3],
pub dwTimes: [u32; 3],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§iNextSample: i32
§dwLastScroll: u32
§bFull: BOOL
§pts: [POINT; 3]
§dwTimes: [u32; 3]
Trait Implementations§
§impl Clone for AUTO_SCROLL_DATA
impl Clone for AUTO_SCROLL_DATA
impl Copy for AUTO_SCROLL_DATA
Auto Trait Implementations§
impl RefUnwindSafe for AUTO_SCROLL_DATA
impl Send for AUTO_SCROLL_DATA
impl Sync for AUTO_SCROLL_DATA
impl Unpin for AUTO_SCROLL_DATA
impl UnwindSafe for AUTO_SCROLL_DATA
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