pub struct Barycentric {
pub tri: i32,
pub uvw: Vec4,
}Fields§
§tri: i32§uvw: Vec4Trait Implementations§
Source§impl Clone for Barycentric
impl Clone for Barycentric
Source§fn clone(&self) -> Barycentric
fn clone(&self) -> Barycentric
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 Barycentric
Source§impl Debug for Barycentric
impl Debug for Barycentric
Source§impl PartialEq for Barycentric
impl PartialEq for Barycentric
impl StructuralPartialEq for Barycentric
Auto Trait Implementations§
impl Freeze for Barycentric
impl RefUnwindSafe for Barycentric
impl Send for Barycentric
impl Sync for Barycentric
impl Unpin for Barycentric
impl UnsafeUnpin for Barycentric
impl UnwindSafe for Barycentric
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