#[repr(C)]pub struct sfMouseWheelEvent {
pub type_: sfEventType,
pub delta: c_int,
pub x: c_int,
pub y: c_int,
}
Fields§
§type_: sfEventType
§delta: c_int
§x: c_int
§y: c_int
Trait Implementations§
Source§impl Clone for sfMouseWheelEvent
impl Clone for sfMouseWheelEvent
Source§fn clone(&self) -> sfMouseWheelEvent
fn clone(&self) -> sfMouseWheelEvent
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 sfMouseWheelEvent
impl Debug for sfMouseWheelEvent
Source§impl Hash for sfMouseWheelEvent
impl Hash for sfMouseWheelEvent
Source§impl Ord for sfMouseWheelEvent
impl Ord for sfMouseWheelEvent
Source§fn cmp(&self, other: &sfMouseWheelEvent) -> Ordering
fn cmp(&self, other: &sfMouseWheelEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfMouseWheelEvent
impl PartialEq for sfMouseWheelEvent
Source§impl PartialOrd for sfMouseWheelEvent
impl PartialOrd for sfMouseWheelEvent
impl Copy for sfMouseWheelEvent
impl Eq for sfMouseWheelEvent
impl StructuralPartialEq for sfMouseWheelEvent
Auto Trait Implementations§
impl Freeze for sfMouseWheelEvent
impl RefUnwindSafe for sfMouseWheelEvent
impl Send for sfMouseWheelEvent
impl Sync for sfMouseWheelEvent
impl Unpin for sfMouseWheelEvent
impl UnwindSafe for sfMouseWheelEvent
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