#[repr(C)]pub struct Draw2dTriangleVertexT {
pub pos: Vec2T,
pub color: ColorSrgbT,
pub clip: u32,
}Fields§
§pos: Vec2T§color: ColorSrgbT§clip: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Draw2dTriangleVertexT
impl RefUnwindSafe for Draw2dTriangleVertexT
impl Send for Draw2dTriangleVertexT
impl Sync for Draw2dTriangleVertexT
impl Unpin for Draw2dTriangleVertexT
impl UnwindSafe for Draw2dTriangleVertexT
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