Struct wayrs_client::protocol::wl_pointer::EnterArgs
source · pub struct EnterArgs {
pub serial: u32,
pub surface: ObjectId,
pub surface_x: Fixed,
pub surface_y: Fixed,
}Fields§
§serial: u32serial number of the enter event
surface: ObjectIdsurface entered by the pointer
surface_x: Fixedsurface-local x coordinate
surface_y: Fixedsurface-local y coordinate
Trait Implementations§
Auto Trait Implementations§
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