pub struct PhyPoint {
pub x: i32,
pub y: i32,
}Expand description
A point in actual physical coordinates
Fields§
§x: i32§y: i32Implementations§
Trait Implementations§
impl Copy for PhyPoint
impl StructuralPartialEq for PhyPoint
Auto Trait Implementations§
impl Freeze for PhyPoint
impl RefUnwindSafe for PhyPoint
impl Send for PhyPoint
impl Sync for PhyPoint
impl Unpin for PhyPoint
impl UnsafeUnpin for PhyPoint
impl UnwindSafe for PhyPoint
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