pub struct GridInfo {
pub x: i16,
pub y: i16,
pub width: u16,
pub height: u16,
}Expand description
Grid overlay settings.
Fields§
§x: i16§y: i16§width: u16§height: u16Trait Implementations§
impl StructuralPartialEq for GridInfo
Auto Trait Implementations§
impl Freeze for GridInfo
impl RefUnwindSafe for GridInfo
impl Send for GridInfo
impl Sync for GridInfo
impl Unpin for GridInfo
impl UnsafeUnpin for GridInfo
impl UnwindSafe for GridInfo
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