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