pub struct DrawSel {
pub index: usize,
pub rc: Rect,
}
Fields§
§index: usize
§rc: Rect
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawSel
impl RefUnwindSafe for DrawSel
impl Send for DrawSel
impl Sync for DrawSel
impl Unpin for DrawSel
impl UnwindSafe for DrawSel
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