Struct wayland_client::QueueToken [] [src]

pub struct QueueToken { /* fields omitted */ }

A token representing this event queue

This token can be cloned and is meant to allow easier interaction with other functions in the library that require the specification of an event queue, like Proxy::make_wrapper and NewProxy::implement_nonsend.

Trait Implementations

Auto Trait Implementations

impl !Send for QueueToken

impl !Sync for QueueToken