Struct runa_wayland_protocols::stable::xdg_shell::xdg_popup::v5::events::Repositioned
source · pub struct Repositioned {
pub token: u32,
}
Expand description
signal the completion of a repositioned request
The repositioned event is sent as part of a popup configuration sequence, together with xdg_popup.configure and lastly xdg_surface.configure to notify the completion of a reposition request.
The repositioned event is to notify about the completion of a xdg_popup.reposition request. The token argument is the token passed in the xdg_popup.reposition request.
Immediately after this event is emitted, xdg_popup.configure and xdg_surface.configure will be sent with the updated size and position, as well as a new configure serial.
The client should optionally update the content of the popup, but must acknowledge the new popup configuration for the new position to take effect. See xdg_surface.ack_configure for details.
Fields§
§token: u32
Implementations§
Trait Implementations§
source§impl Clone for Repositioned
impl Clone for Repositioned
source§fn clone(&self) -> Repositioned
fn clone(&self) -> Repositioned
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for Repositioned
impl Debug for Repositioned
source§impl<'a> Deserialize<'a> for Repositioned
impl<'a> Deserialize<'a> for Repositioned
source§impl PartialEq<Repositioned> for Repositioned
impl PartialEq<Repositioned> for Repositioned
source§fn eq(&self, other: &Repositioned) -> bool
fn eq(&self, other: &Repositioned) -> bool
self
and other
values to be equal, and is used
by ==
.