Struct zaplib_components::DrawCursors
source · [−]pub struct DrawCursors {
pub head: usize,
pub start: usize,
pub end: usize,
pub next_index: usize,
pub left_top: Vec2,
pub right_bottom: Vec2,
pub last_w: f32,
pub first: bool,
pub empty: bool,
pub cursors: Vec<CursorRect>,
pub last_cursor: Option<usize>,
pub selections: Vec<DrawSel>,
}
Fields
head: usize
start: usize
end: usize
next_index: usize
left_top: Vec2
right_bottom: Vec2
last_w: f32
first: bool
empty: bool
cursors: Vec<CursorRect>
last_cursor: Option<usize>
selections: Vec<DrawSel>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DrawCursors
impl Send for DrawCursors
impl Sync for DrawCursors
impl Unpin for DrawCursors
impl UnwindSafe for DrawCursors
Blanket Implementations
Mutably borrows from an owned value. Read more