pub struct uPoint {
pub x: uFloat,
pub y: uFloat,
}Fields§
§x: uFloat§y: uFloatAuto Trait Implementations§
impl Freeze for uPoint
impl RefUnwindSafe for uPoint
impl Send for uPoint
impl Sync for uPoint
impl Unpin for uPoint
impl UnwindSafe for uPoint
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