#[repr(C)]pub struct sfMouseWheelScrollEvent {
pub type_: sfEventType,
pub wheel: sfMouseWheel,
pub delta: f32,
pub x: c_int,
pub y: c_int,
}
Fields§
§type_: sfEventType
§wheel: sfMouseWheel
§delta: f32
§x: c_int
§y: c_int
Trait Implementations§
Source§impl Clone for sfMouseWheelScrollEvent
impl Clone for sfMouseWheelScrollEvent
Source§fn clone(&self) -> sfMouseWheelScrollEvent
fn clone(&self) -> sfMouseWheelScrollEvent
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 sfMouseWheelScrollEvent
impl Debug for sfMouseWheelScrollEvent
Source§impl PartialEq for sfMouseWheelScrollEvent
impl PartialEq for sfMouseWheelScrollEvent
Source§impl PartialOrd for sfMouseWheelScrollEvent
impl PartialOrd for sfMouseWheelScrollEvent
impl Copy for sfMouseWheelScrollEvent
impl StructuralPartialEq for sfMouseWheelScrollEvent
Auto Trait Implementations§
impl Freeze for sfMouseWheelScrollEvent
impl RefUnwindSafe for sfMouseWheelScrollEvent
impl Send for sfMouseWheelScrollEvent
impl Sync for sfMouseWheelScrollEvent
impl Unpin for sfMouseWheelScrollEvent
impl UnwindSafe for sfMouseWheelScrollEvent
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