pub struct Vertex2 {
pub position: [f32; 2],
pub color: [f32; 2],
}
Fields§
§position: [f32; 2]
§color: [f32; 2]
Auto Trait Implementations§
impl Freeze for Vertex2
impl RefUnwindSafe for Vertex2
impl Send for Vertex2
impl Sync for Vertex2
impl Unpin for Vertex2
impl UnwindSafe for Vertex2
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