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