Struct tiny_xlib::HandlerKey
source · pub struct HandlerKey(/* private fields */);
Expand description
A key to the error handler list that can be used to remove handlers.
Trait Implementations§
source§impl Clone for HandlerKey
impl Clone for HandlerKey
source§fn clone(&self) -> HandlerKey
fn clone(&self) -> HandlerKey
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 moresource§impl Debug for HandlerKey
impl Debug for HandlerKey
impl Copy for HandlerKey
Auto Trait Implementations§
impl Freeze for HandlerKey
impl RefUnwindSafe for HandlerKey
impl Send for HandlerKey
impl Sync for HandlerKey
impl Unpin for HandlerKey
impl UnwindSafe for HandlerKey
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