pub struct RawMovedEvent {
pub x_delta: c_float,
pub y_delta: c_float,
}
Fields§
§x_delta: c_float
§y_delta: c_float
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawMovedEvent
impl RefUnwindSafe for RawMovedEvent
impl Send for RawMovedEvent
impl Sync for RawMovedEvent
impl Unpin for RawMovedEvent
impl UnwindSafe for RawMovedEvent
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