pub struct SurfaceProjection {
pub u: f64,
pub v: f64,
pub point: Vec3,
pub distance: f64,
}Fields§
§u: f64§v: f64§point: Vec3§distance: f64Trait Implementations§
Source§impl Clone for SurfaceProjection
impl Clone for SurfaceProjection
Source§fn clone(&self) -> SurfaceProjection
fn clone(&self) -> SurfaceProjection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfaceProjection
Source§impl Debug for SurfaceProjection
impl Debug for SurfaceProjection
Auto Trait Implementations§
impl Freeze for SurfaceProjection
impl RefUnwindSafe for SurfaceProjection
impl Send for SurfaceProjection
impl Sync for SurfaceProjection
impl Unpin for SurfaceProjection
impl UnsafeUnpin for SurfaceProjection
impl UnwindSafe for SurfaceProjection
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