pub struct DebugLine {
pub p1: Pos,
pub p2: Pos,
pub color: HexColor,
pub label: i32,
}Expand description
Internal solver debug line drawn at the end of world_draw. (b3DebugLine)
Fields§
§p1: Pos§p2: Pos§color: HexColor§label: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugLine
impl RefUnwindSafe for DebugLine
impl Send for DebugLine
impl Sync for DebugLine
impl Unpin for DebugLine
impl UnsafeUnpin for DebugLine
impl UnwindSafe for DebugLine
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