summaryrefslogtreecommitdiffstats
path: root/native/src/widget/pane_grid/pane.rs
blob: cfca3b03ce90c943b9c900b1a9e7e62cac5751cd (plain) (blame)
1
2
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct Pane(pub(super) usize);