Struct alacritty_terminal::config::Scrolling
source · [−]pub struct Scrolling {
pub multiplier: u8,
/* private fields */
}
Expand description
Struct for scrolling related settings.
Fields
multiplier: u8
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Scrolling
impl<'de> Deserialize<'de> for Scrolling
sourcefn 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
sourceimpl PartialEq<Scrolling> for Scrolling
impl PartialEq<Scrolling> for Scrolling
sourceimpl<'de> SerdeReplace for Scrolling
impl<'de> SerdeReplace for Scrolling
impl Copy for Scrolling
impl Eq for Scrolling
impl StructuralEq for Scrolling
impl StructuralPartialEq for Scrolling
Auto Trait Implementations
impl RefUnwindSafe for Scrolling
impl Send for Scrolling
impl Sync for Scrolling
impl Unpin for Scrolling
impl UnwindSafe for Scrolling
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
sourceimpl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
sourcefn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.