Struct alacritty::display::RendererUpdate
source · pub struct RendererUpdate {
resize: bool,
clear_font_cache: bool,
}
Expand description
Pending renderer updates.
All renderer updates are cached to be applied just before rendering, to avoid platform-specific rendering issues.
Fields§
§resize: bool
Should resize the window.
clear_font_cache: bool
Clear font caches.
Trait Implementations§
source§impl Clone for RendererUpdate
impl Clone for RendererUpdate
source§fn clone(&self) -> RendererUpdate
fn clone(&self) -> RendererUpdate
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 RendererUpdate
impl Debug for RendererUpdate
source§impl Default for RendererUpdate
impl Default for RendererUpdate
source§fn default() -> RendererUpdate
fn default() -> RendererUpdate
Returns the “default value” for a type. Read more
impl Copy for RendererUpdate
Auto Trait Implementations§
impl RefUnwindSafe for RendererUpdate
impl Send for RendererUpdate
impl Sync for RendererUpdate
impl Unpin for RendererUpdate
impl UnwindSafe for RendererUpdate
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
source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.