[−][src]Struct wayland_protocols::unstable::xdg_shell::v6::client::zxdg_shell_v6::ZxdgShellV6
Implementations
impl ZxdgShellV6
[src]
pub fn destroy(&self)
[src]
destroy xdg_shell
Destroy this xdg_shell object.
Destroying a bound xdg_shell object while there are surfaces still alive created by this xdg_shell object instance is illegal and will result in a protocol error.
This is a destructor, you cannot send requests to this object any longer once this method is called.
pub fn create_positioner<F>(
&self,
implementor: F
) -> Result<ZxdgPositionerV6, ()> where
F: FnOnce(NewProxy<ZxdgPositionerV6>) -> ZxdgPositionerV6,
[src]
&self,
implementor: F
) -> Result<ZxdgPositionerV6, ()> where
F: FnOnce(NewProxy<ZxdgPositionerV6>) -> ZxdgPositionerV6,
create a positioner object
Create a positioner object. A positioner object is used to position surfaces relative to some parent surface. See the interface description and xdg_surface.get_popup for details.
pub fn get_xdg_surface<F>(
&self,
surface: &WlSurface,
implementor: F
) -> Result<ZxdgSurfaceV6, ()> where
F: FnOnce(NewProxy<ZxdgSurfaceV6>) -> ZxdgSurfaceV6,
[src]
&self,
surface: &WlSurface,
implementor: F
) -> Result<ZxdgSurfaceV6, ()> where
F: FnOnce(NewProxy<ZxdgSurfaceV6>) -> ZxdgSurfaceV6,
create a shell surface from a surface
This creates an xdg_surface for the given surface. While xdg_surface itself is not a role, the corresponding surface may only be assigned a role extending xdg_surface, such as xdg_toplevel or xdg_popup.
This creates an xdg_surface for the given surface. An xdg_surface is used as basis to define a role to a given surface, such as xdg_toplevel or xdg_popup. It also manages functionality shared between xdg_surface based surface roles.
See the documentation of xdg_surface for more details about what an xdg_surface is and how it is used.
pub fn pong(&self, serial: u32)
[src]
respond to a ping event
A client must respond to a ping event with a pong request or the client may be deemed unresponsive. See xdg_shell.ping.
Trait Implementations
impl AsRef<Proxy<ZxdgShellV6>> for ZxdgShellV6
[src]
impl Clone for ZxdgShellV6
[src]
fn clone(&self) -> ZxdgShellV6
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Eq for ZxdgShellV6
[src]
impl From<Proxy<ZxdgShellV6>> for ZxdgShellV6
[src]
impl From<ZxdgShellV6> for Proxy<ZxdgShellV6>
[src]
fn from(value: ZxdgShellV6) -> Self
[src]
impl<T: EventHandler> HandledBy<T> for ZxdgShellV6
[src]
impl Interface for ZxdgShellV6
[src]
type Request = Request
Set of requests associated to this interface Read more
type Event = Event
Set of events associated to this interface Read more
const NAME: &'static str
[src]
const VERSION: u32
[src]
fn c_interface() -> *const wl_interface
[src]
impl PartialEq<ZxdgShellV6> for ZxdgShellV6
[src]
fn eq(&self, other: &ZxdgShellV6) -> bool
[src]
fn ne(&self, other: &ZxdgShellV6) -> bool
[src]
impl StructuralEq for ZxdgShellV6
[src]
impl StructuralPartialEq for ZxdgShellV6
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ZxdgShellV6
impl Send for ZxdgShellV6
impl Sync for ZxdgShellV6
impl Unpin for ZxdgShellV6
impl !UnwindSafe for ZxdgShellV6
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<M, I> HandledBy<Sink<M>> for I where
I: Interface,
M: From<(<I as Interface>::Event, I)>,
[src]
I: Interface,
M: From<(<I as Interface>::Event, I)>,
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,