Expand description
Storing information about where new widgets can be placed
inside a gtk::Grid
.
Fields
column: i32
The number of the column.
row: i32
The number of the row.
width: i32
The amount of columns the widget should take.
height: i32
The amount of rows the widget should take.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GridPosition
impl Send for GridPosition
impl Sync for GridPosition
impl Unpin for GridPosition
impl UnwindSafe for GridPosition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more