#[repr(C)]pub struct Draw2dAuxDataGridT {
pub offset: Vec2T,
pub cell_size: f32,
pub thin_lines_color: ColorSrgbT,
pub thick_lines_color: ColorSrgbT,
}Fields§
§offset: Vec2T§cell_size: f32§thin_lines_color: ColorSrgbT§thick_lines_color: ColorSrgbTTrait Implementations§
Auto Trait Implementations§
impl Freeze for Draw2dAuxDataGridT
impl RefUnwindSafe for Draw2dAuxDataGridT
impl Send for Draw2dAuxDataGridT
impl Sync for Draw2dAuxDataGridT
impl Unpin for Draw2dAuxDataGridT
impl UnwindSafe for Draw2dAuxDataGridT
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