pub struct CT_Point2D {
pub x: Emu,
pub y: Emu,
}Expand description
A DrawingML two-dimensional coordinate pair.
Fields§
§x: Emu§y: EmuTrait Implementations§
Source§impl Clone for CT_Point2D
impl Clone for CT_Point2D
Source§fn clone(&self) -> CT_Point2D
fn clone(&self) -> CT_Point2D
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 moreimpl Copy for CT_Point2D
Source§impl Debug for CT_Point2D
impl Debug for CT_Point2D
Source§impl Default for CT_Point2D
impl Default for CT_Point2D
Source§fn default() -> CT_Point2D
fn default() -> CT_Point2D
Returns the “default value” for a type. Read more
impl Eq for CT_Point2D
Source§impl PartialEq for CT_Point2D
impl PartialEq for CT_Point2D
impl StructuralPartialEq for CT_Point2D
Auto Trait Implementations§
impl Freeze for CT_Point2D
impl RefUnwindSafe for CT_Point2D
impl Send for CT_Point2D
impl Sync for CT_Point2D
impl Unpin for CT_Point2D
impl UnsafeUnpin for CT_Point2D
impl UnwindSafe for CT_Point2D
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