pub struct Pt(pub f64);Tuple Fields§
§0: f64Trait Implementations§
impl Copy for Pt
Auto Trait Implementations§
impl Freeze for Pt
impl RefUnwindSafe for Pt
impl Send for Pt
impl Sync for Pt
impl Unpin 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