Struct alacritty::config::ui_config::Delta [−][src]
pub struct Delta<T: Default> {
pub x: T,
pub y: T,
}Expand description
A delta for a point in a 2 dimensional plane.
Fields
x: THorizontal change.
y: TVertical change.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Delta<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Delta<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Value based on which equality for the reset will be determined.