pub struct UV {
pub u: f64,
pub v: f64,
}
Expand description
A U-V coordinate pair.
Fields§
§u: f64
the u coordinate
v: f64
the v coordinate
Auto Trait Implementations§
impl Freeze for UV
impl RefUnwindSafe for UV
impl Send for UV
impl Sync for UV
impl Unpin for UV
impl UnwindSafe for UV
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