pub struct CT_AdjPoint2D {
pub x: GuideOperand,
pub y: GuideOperand,
/* private fields */
}Fields§
§x: GuideOperand§y: GuideOperandTrait Implementations§
Source§impl Clone for CT_AdjPoint2D
impl Clone for CT_AdjPoint2D
Source§fn clone(&self) -> CT_AdjPoint2D
fn clone(&self) -> CT_AdjPoint2D
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CT_AdjPoint2D
impl Debug for CT_AdjPoint2D
Source§impl PartialEq for CT_AdjPoint2D
impl PartialEq for CT_AdjPoint2D
impl StructuralPartialEq for CT_AdjPoint2D
Auto Trait Implementations§
impl Freeze for CT_AdjPoint2D
impl RefUnwindSafe for CT_AdjPoint2D
impl Send for CT_AdjPoint2D
impl Sync for CT_AdjPoint2D
impl Unpin for CT_AdjPoint2D
impl UnsafeUnpin for CT_AdjPoint2D
impl UnwindSafe for CT_AdjPoint2D
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