Enum wayland_protocols::unstable::input_method::v1::client::zwp_input_panel_v1::Request [] [src]

pub enum Request {
    GetInputPanelSurface {
        id: Proxy<ZwpInputPanelSurfaceV1>,
        surface: Proxy<WlSurface>,
    },
}

Variants

Fields of GetInputPanelSurface

Trait Implementations

impl MessageGroup for Request
[src]

[src]

Whether this message is a destructor Read more

[src]

Construct a message of this group from its C representation

[src]

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Request

impl Sync for Request