pub struct UnitsPoint {
pub x: UnitsValue,
pub y: UnitsValue,
}Expand description
Generic { x: UnitsValue; y: UnitsValue; }.
Fields§
§x: UnitsValue§y: UnitsValueTrait Implementations§
Source§impl Clone for UnitsPoint
impl Clone for UnitsPoint
Source§fn clone(&self) -> UnitsPoint
fn clone(&self) -> UnitsPoint
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 UnitsPoint
Auto Trait Implementations§
impl Freeze for UnitsPoint
impl RefUnwindSafe for UnitsPoint
impl Send for UnitsPoint
impl Sync for UnitsPoint
impl Unpin for UnitsPoint
impl UnsafeUnpin for UnitsPoint
impl UnwindSafe for UnitsPoint
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