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

pub enum Request {
    GetInputPanelSurface {
        id: NewResource<ZwpInputPanelSurfaceV1>,
        surface: Resource<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