Struct drawing_stuff::drawables::Line
source · pub struct Line {
pub end1: (isize, isize),
pub end2: (isize, isize),
pub color: RGBA,
}Fields§
§end1: (isize, isize)§end2: (isize, isize)§color: RGBATrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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