Enum buffer_graphics_lib::shapes::polyline::Segment
source · pub enum Segment {
Start(Coord),
LineTo(Coord),
ArcAround {
center: Coord,
angle_start: isize,
angle_end: isize,
radius: usize,
},
}
Variants§
Trait Implementations§
source§impl PartialEq<Segment> for Segment
impl PartialEq<Segment> for Segment
impl Copy for Segment
impl Eq for Segment
impl StructuralEq for Segment
impl StructuralPartialEq for Segment
Auto Trait Implementations§
impl RefUnwindSafe for Segment
impl Send for Segment
impl Sync for Segment
impl Unpin for Segment
impl UnwindSafe for Segment
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