#[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§
Source§impl Abi for AUTO_SCROLL_DATA
impl Abi for AUTO_SCROLL_DATA
Source§type Abi = AUTO_SCROLL_DATA
type Abi = AUTO_SCROLL_DATA
The abi representation of the implementing type. Read more
type DefaultType = AUTO_SCROLL_DATA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for AUTO_SCROLL_DATA
impl Clone for AUTO_SCROLL_DATA
Source§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 moreSource§impl PartialEq for AUTO_SCROLL_DATA
impl PartialEq for AUTO_SCROLL_DATA
impl Copy for AUTO_SCROLL_DATA
impl Eq 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