[][src]Struct wayland_protocols::unstable::xdg_decoration::v1::server::zxdg_toplevel_decoration_v1::ZxdgToplevelDecorationV1

pub struct ZxdgToplevelDecorationV1(_);

Implementations

impl ZxdgToplevelDecorationV1[src]

pub fn configure(&self, mode: Mode)[src]

suggest a surface change

The configure event asks the client to change its decoration mode. The configured state should not be applied immediately. Clients must send an ack_configure in response to this event. See xdg_surface.configure and xdg_surface.ack_configure for details.

A configure event can be sent at any time. The specified mode must be obeyed by the client.

Trait Implementations

impl AsRef<Resource<ZxdgToplevelDecorationV1>> for ZxdgToplevelDecorationV1[src]

impl Clone for ZxdgToplevelDecorationV1[src]

impl Debug for ZxdgToplevelDecorationV1[src]

impl Eq for ZxdgToplevelDecorationV1[src]

impl From<Resource<ZxdgToplevelDecorationV1>> for ZxdgToplevelDecorationV1[src]

impl From<ZxdgToplevelDecorationV1> for Resource<ZxdgToplevelDecorationV1>[src]

impl Interface for ZxdgToplevelDecorationV1[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

impl PartialEq<ZxdgToplevelDecorationV1> for ZxdgToplevelDecorationV1[src]

impl StructuralEq for ZxdgToplevelDecorationV1[src]

impl StructuralPartialEq for ZxdgToplevelDecorationV1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.