#[repr(C)]pub struct ICP3DLineSegT {
pub p1: ICP3DCoordT,
pub p2: ICP3DCoordT,
}Expand description
3D Line Segment for ICP
Fields§
§p1: ICP3DCoordT§p2: ICP3DCoordTTrait Implementations§
Source§impl Clone for ICP3DLineSegT
impl Clone for ICP3DLineSegT
Source§fn clone(&self) -> ICP3DLineSegT
fn clone(&self) -> ICP3DLineSegT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ICP3DLineSegT
impl Debug for ICP3DLineSegT
Source§impl Default for ICP3DLineSegT
impl Default for ICP3DLineSegT
Source§fn default() -> ICP3DLineSegT
fn default() -> ICP3DLineSegT
Returns the “default value” for a type. Read more
Source§impl PartialEq for ICP3DLineSegT
impl PartialEq for ICP3DLineSegT
impl Copy for ICP3DLineSegT
impl StructuralPartialEq for ICP3DLineSegT
Auto Trait Implementations§
impl Freeze for ICP3DLineSegT
impl RefUnwindSafe for ICP3DLineSegT
impl Send for ICP3DLineSegT
impl Sync for ICP3DLineSegT
impl Unpin for ICP3DLineSegT
impl UnsafeUnpin for ICP3DLineSegT
impl UnwindSafe for ICP3DLineSegT
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