Struct wayland_server::DisplayToken[][src]

pub struct DisplayToken { /* fields omitted */ }

A token that is required for providing non-Send implementations to ressources

This is used to ensure you are indeed on the right thread.

See NewResource::implement_nonsend().

Trait Implementations

impl Clone for DisplayToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for DisplayToken

impl !Sync for DisplayToken