Struct alacritty::config::mouse::ClickHandler
source · pub struct ClickHandler {
threshold: u16,
}
Fields§
§threshold: u16
Implementations§
Trait Implementations§
source§impl Clone for ClickHandler
impl Clone for ClickHandler
source§fn clone(&self) -> ClickHandler
fn clone(&self) -> ClickHandler
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 ClickHandler
impl Debug for ClickHandler
source§impl Default for ClickHandler
impl Default for ClickHandler
source§impl<'de> Deserialize<'de> for ClickHandler
impl<'de> Deserialize<'de> for ClickHandler
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ClickHandler> for ClickHandler
impl PartialEq<ClickHandler> for ClickHandler
source§fn eq(&self, other: &ClickHandler) -> bool
fn eq(&self, other: &ClickHandler) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'de> SerdeReplace for ClickHandler
impl<'de> SerdeReplace for ClickHandler
impl Eq for ClickHandler
impl StructuralEq for ClickHandler
impl StructuralPartialEq for ClickHandler
Auto Trait Implementations§
impl RefUnwindSafe for ClickHandler
impl Send for ClickHandler
impl Sync for ClickHandler
impl Unpin for ClickHandler
impl UnwindSafe for ClickHandler
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.