pub struct PlotPoint {
pub point: Point<usize>,
pub color: Color,
}
Fields§
§point: Point<usize>
§color: Color
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlotPoint
impl RefUnwindSafe for PlotPoint
impl Send for PlotPoint
impl Sync for PlotPoint
impl Unpin for PlotPoint
impl UnwindSafe for PlotPoint
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