Enum wayland_client::RegisterStatus [] [src]

pub enum RegisterStatus {
    Registered,
    Unmanaged,
    Dead,
}

Status of a registration attempt of a proxy.

Variants

The proxy was properly registered to this event queue & handler.

The proxy was not registered because it is not managed by wayland-client.

The proxy was not registered because it is already destroyed.