pub struct EnterArgs {
pub serial: u32,
pub surface: ObjectId,
pub surface_x: Fixed,
pub surface_y: Fixed,
}
Fields§
§serial: u32
serial number of the enter event
surface: ObjectId
surface entered by the pointer
surface_x: Fixed
surface-local x coordinate
surface_y: Fixed
surface-local y coordinate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnterArgs
impl RefUnwindSafe for EnterArgs
impl Send for EnterArgs
impl Sync for EnterArgs
impl Unpin for EnterArgs
impl UnwindSafe for EnterArgs
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