#[repr(C)]pub struct PointPrecise {
pub x: ValuePrecise,
pub y: ValuePrecise,
}Fields§
§x: ValuePrecise§y: ValuePreciseAuto Trait Implementations§
impl Freeze for PointPrecise
impl RefUnwindSafe for PointPrecise
impl Send for PointPrecise
impl Sync for PointPrecise
impl Unpin for PointPrecise
impl UnwindSafe for PointPrecise
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