#[repr(C, packed(2))]pub struct spScrollRaster {
pub MethodID: ULONG,
pub GInfo: *mut GadgetInfo,
pub DeltaX: LONG,
pub DeltaY: LONG,
}Fields§
§MethodID: ULONG§GInfo: *mut GadgetInfo§DeltaX: LONG§DeltaY: LONGTrait Implementations§
Source§impl Clone for spScrollRaster
impl Clone for spScrollRaster
Source§fn clone(&self) -> spScrollRaster
fn clone(&self) -> spScrollRaster
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 spScrollRaster
impl Debug for spScrollRaster
impl Copy for spScrollRaster
Auto Trait Implementations§
impl Freeze for spScrollRaster
impl RefUnwindSafe for spScrollRaster
impl !Send for spScrollRaster
impl !Sync for spScrollRaster
impl Unpin for spScrollRaster
impl UnwindSafe for spScrollRaster
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