pub struct StitchSegment {
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
pub color_index: usize,
}Fields§
§x0: f32§y0: f32§x1: f32§y1: f32§color_index: usizeAuto Trait Implementations§
impl Freeze for StitchSegment
impl RefUnwindSafe for StitchSegment
impl Send for StitchSegment
impl Sync for StitchSegment
impl Unpin for StitchSegment
impl UnsafeUnpin for StitchSegment
impl UnwindSafe for StitchSegment
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