#[repr(C)]pub struct ICP2DLineSegT {
pub p1: ICP2DCoordT,
pub p2: ICP2DCoordT,
}Expand description
2D Line Segment for ICP
Fields§
§p1: ICP2DCoordT§p2: ICP2DCoordTTrait Implementations§
Source§impl Clone for ICP2DLineSegT
impl Clone for ICP2DLineSegT
Source§fn clone(&self) -> ICP2DLineSegT
fn clone(&self) -> ICP2DLineSegT
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 ICP2DLineSegT
impl Debug for ICP2DLineSegT
Source§impl Default for ICP2DLineSegT
impl Default for ICP2DLineSegT
Source§fn default() -> ICP2DLineSegT
fn default() -> ICP2DLineSegT
Returns the “default value” for a type. Read more
Source§impl PartialEq for ICP2DLineSegT
impl PartialEq for ICP2DLineSegT
impl Copy for ICP2DLineSegT
impl StructuralPartialEq for ICP2DLineSegT
Auto Trait Implementations§
impl Freeze for ICP2DLineSegT
impl RefUnwindSafe for ICP2DLineSegT
impl Send for ICP2DLineSegT
impl Sync for ICP2DLineSegT
impl Unpin for ICP2DLineSegT
impl UnsafeUnpin for ICP2DLineSegT
impl UnwindSafe for ICP2DLineSegT
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