pub struct DebugLine {
pub start: Vec3,
pub end: Vec3,
pub color: LinearRgba,
}Expand description
A simple line for debug rendering.
Fields§
§start: Vec3Start point.
end: Vec3End point.
color: LinearRgbaColor.
Trait 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 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