Struct wayland_client::QueueToken
source · pub struct QueueToken { /* private fields */ }
Expand description
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::assign
.
Trait Implementations§
source§impl Clone for QueueToken
impl Clone for QueueToken
source§fn clone(&self) -> QueueToken
fn clone(&self) -> QueueToken
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for QueueToken
impl !Send for QueueToken
impl !Sync for QueueToken
impl Unpin for QueueToken
impl !UnwindSafe for QueueToken
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more