Enum assembly_maps::luz::paths::core::PathComposition
source · pub enum PathComposition {
Polygon,
Points,
Line,
}
Expand description
Interpretation of this path
Variants§
Implementations§
Trait Implementations§
source§impl Debug for PathComposition
impl Debug for PathComposition
Auto Trait Implementations§
impl Freeze for PathComposition
impl RefUnwindSafe for PathComposition
impl Send for PathComposition
impl Sync for PathComposition
impl Unpin for PathComposition
impl UnwindSafe for PathComposition
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