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]
impl Clone for DisplayTokenfn clone(&self) -> DisplayToken[src]
fn clone(&self) -> DisplayTokenReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !Send for DisplayToken
impl !Send for DisplayTokenimpl !Sync for DisplayToken
impl !Sync for DisplayToken