pub struct VertexMorphOffset {
pub vertex_index: u32,
pub position_offset: Vec3A,
}Fields§
§vertex_index: u32§position_offset: Vec3ATrait Implementations§
Source§impl Clone for VertexMorphOffset
impl Clone for VertexMorphOffset
Source§fn clone(&self) -> VertexMorphOffset
fn clone(&self) -> VertexMorphOffset
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 VertexMorphOffset
Source§impl Debug for VertexMorphOffset
impl Debug for VertexMorphOffset
Source§impl PartialEq for VertexMorphOffset
impl PartialEq for VertexMorphOffset
Source§fn eq(&self, other: &VertexMorphOffset) -> bool
fn eq(&self, other: &VertexMorphOffset) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VertexMorphOffset
Auto Trait Implementations§
impl Freeze for VertexMorphOffset
impl RefUnwindSafe for VertexMorphOffset
impl Send for VertexMorphOffset
impl Sync for VertexMorphOffset
impl Unpin for VertexMorphOffset
impl UnsafeUnpin for VertexMorphOffset
impl UnwindSafe for VertexMorphOffset
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