Struct alacritty::display::DisplayUpdate [−][src]
pub struct DisplayUpdate {
pub dirty: bool,
dimensions: Option<PhysicalSize<u32>>,
cursor_dirty: bool,
font: Option<Font>,
}Fields
dirty: booldimensions: Option<PhysicalSize<u32>>cursor_dirty: boolfont: Option<Font>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DisplayUpdate
impl Send for DisplayUpdate
impl Sync for DisplayUpdate
impl Unpin for DisplayUpdate
impl UnwindSafe for DisplayUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more