pub struct Pt {
pub x: i32,
pub y: i32,
}Expand description
Pt
Fields§
§x: i32x
y: i32y
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pt
impl RefUnwindSafe for Pt
impl Send for Pt
impl Sync for Pt
impl Unpin for Pt
impl UnsafeUnpin for Pt
impl UnwindSafe for Pt
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