Struct 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],
}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
§fn clone(&self) -> AUTO_SCROLL_DATA
 
fn clone(&self) -> AUTO_SCROLL_DATA
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 more§impl Default for AUTO_SCROLL_DATA
 
impl Default for AUTO_SCROLL_DATA
impl Copy for AUTO_SCROLL_DATA
Auto Trait Implementations§
impl Freeze for AUTO_SCROLL_DATA
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