pub struct MeshVert {
pub offset: i32,
}Fields§
§offset: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MeshVert
impl RefUnwindSafe for MeshVert
impl Send for MeshVert
impl Sync for MeshVert
impl Unpin for MeshVert
impl UnwindSafe for MeshVert
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