pub struct VertexWeight {
pub bone: usize,
pub x: f32,
pub y: f32,
pub weight: f32,
}Fields§
§bone: usize§x: f32§y: f32§weight: f32Trait Implementations§
Source§impl Clone for VertexWeight
impl Clone for VertexWeight
Source§fn clone(&self) -> VertexWeight
fn clone(&self) -> VertexWeight
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VertexWeight
impl RefUnwindSafe for VertexWeight
impl Send for VertexWeight
impl Sync for VertexWeight
impl Unpin for VertexWeight
impl UnwindSafe for VertexWeight
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