#[repr(C)]pub struct ImDrawVert {
pub pos: ImVec2,
pub uv: ImVec2,
pub col: ImU32,
}
Fields§
§pos: ImVec2
§uv: ImVec2
§col: ImU32
Auto Trait Implementations§
impl Freeze for ImDrawVert
impl RefUnwindSafe for ImDrawVert
impl Send for ImDrawVert
impl Sync for ImDrawVert
impl Unpin for ImDrawVert
impl UnwindSafe for ImDrawVert
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