pub struct DrawItem {
pub grid: Id,
pub z: Option<u32>,
}Fields§
§grid: Id§z: Option<u32>Implementations§
Trait Implementations§
impl Copy for DrawItem
impl Eq for DrawItem
impl StructuralPartialEq for DrawItem
Auto Trait Implementations§
impl Freeze for DrawItem
impl RefUnwindSafe for DrawItem
impl Send for DrawItem
impl Sync for DrawItem
impl Unpin for DrawItem
impl UnwindSafe for DrawItem
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