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