Struct arcdps_imgui::DrawVert
source · #[repr(C)]pub struct DrawVert {
pub pos: [f32; 2],
pub uv: [f32; 2],
pub col: [u8; 4],
}
Expand description
A single vertex
Fields§
§pos: [f32; 2]
§uv: [f32; 2]
§col: [u8; 4]
Trait Implementations§
source§impl PartialEq for DrawVert
impl PartialEq for DrawVert
impl Copy for DrawVert
impl StructuralPartialEq for DrawVert
Auto Trait Implementations§
impl Freeze for DrawVert
impl RefUnwindSafe for DrawVert
impl Send for DrawVert
impl Sync for DrawVert
impl Unpin for DrawVert
impl UnwindSafe for DrawVert
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