#[repr(C)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spScrollRaster
Auto Trait Implementations§
impl !Send for spScrollRaster
impl !Sync for spScrollRaster
impl Freeze for spScrollRaster
impl RefUnwindSafe for spScrollRaster
impl Unpin for spScrollRaster
impl UnsafeUnpin 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