pub struct View<V: VectorSpace> {
pub zoom: V::Scalar,
pub offset: V,
}
Fields§
§zoom: V::Scalar
§offset: V
Implementations§
Auto Trait Implementations§
impl<V> Freeze for View<V>
impl<V> RefUnwindSafe for View<V>
impl<V> Send for View<V>
impl<V> Sync for View<V>
impl<V> Unpin for View<V>
impl<V> UnwindSafe for View<V>
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