pub enum IHalfLineLineSegmentSoS {
Crossing(Orientation),
}
Variants§
Crossing(Orientation)
Trait Implementations§
source§impl Debug for IHalfLineLineSegmentSoS
impl Debug for IHalfLineLineSegmentSoS
source§impl PartialEq for IHalfLineLineSegmentSoS
impl PartialEq for IHalfLineLineSegmentSoS
impl Eq for IHalfLineLineSegmentSoS
impl StructuralPartialEq for IHalfLineLineSegmentSoS
Auto Trait Implementations§
impl Freeze for IHalfLineLineSegmentSoS
impl RefUnwindSafe for IHalfLineLineSegmentSoS
impl Send for IHalfLineLineSegmentSoS
impl Sync for IHalfLineLineSegmentSoS
impl Unpin for IHalfLineLineSegmentSoS
impl UnwindSafe for IHalfLineLineSegmentSoS
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