pub struct Segment3 {
pub a: Vec3,
pub b: Vec3,
}Expand description
3-D segment from a to b.
Fields§
§a: Vec3First endpoint.
b: Vec3Second endpoint.
Implementations§
Trait Implementations§
impl Copy for Segment3
impl StructuralPartialEq for Segment3
Auto Trait Implementations§
impl Freeze for Segment3
impl RefUnwindSafe for Segment3
impl Send for Segment3
impl Sync for Segment3
impl Unpin for Segment3
impl UnsafeUnpin for Segment3
impl UnwindSafe for Segment3
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