Struct alacritty::display::content::RenderableCursor [−][src]
pub struct RenderableCursor {
shape: CursorShape,
cursor_color: Rgb,
text_color: Rgb,
is_wide: bool,
point: Point<usize>,
}Expand description
Cursor storing all information relevant for rendering.
Fields
shape: CursorShapecursor_color: Rgbtext_color: Rgbis_wide: boolpoint: Point<usize>Implementations
Trait Implementations
fn rects(self, size_info: &SizeInfo, thickness: f32) -> CursorRectsⓘNotable traits for CursorRectsimpl Iterator for CursorRects type Item = RenderRect;
fn rects(self, size_info: &SizeInfo, thickness: f32) -> CursorRectsⓘNotable traits for CursorRectsimpl Iterator for CursorRects type Item = RenderRect;
Notable traits for CursorRects
impl Iterator for CursorRects type Item = RenderRect;Consume the cursor for an iterator of rects.
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 RenderableCursor
impl Send for RenderableCursor
impl Sync for RenderableCursor
impl Unpin for RenderableCursor
impl UnwindSafe for RenderableCursor
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.