pub struct UVMorph {
pub vertex_index: VertexIndex,
pub offset: [f32; 4],
}Fields§
§vertex_index: VertexIndex§offset: [f32; 4]Implementations§
Trait Implementations§
impl Copy for UVMorph
impl StructuralPartialEq for UVMorph
Auto Trait Implementations§
impl Freeze for UVMorph
impl RefUnwindSafe for UVMorph
impl Send for UVMorph
impl Sync for UVMorph
impl Unpin for UVMorph
impl UnsafeUnpin for UVMorph
impl UnwindSafe for UVMorph
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