iced-yoda/native/src/widget/pane_grid/pane.rs

6 lines
197 B
Rust
Raw Normal View History

2020-03-19 09:30:54 +01:00
/// A rectangular region in a [`PaneGrid`] used to display widgets.
///
/// [`PaneGrid`]: struct.PaneGrid.html
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct Pane(pub(super) usize);