Struct sixtyfps_compilerlib::layout::GridLayoutElement [−][src]
pub struct GridLayoutElement {
pub col: u16,
pub row: u16,
pub colspan: u16,
pub rowspan: u16,
pub item: LayoutItem,
}An element in a GridLayout
Fields
col: u16row: u16colspan: u16rowspan: u16item: LayoutItemTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for GridLayoutElement
impl !RefUnwindSafe for GridLayoutElementimpl !Send for GridLayoutElement
impl !Send for GridLayoutElementimpl !Sync for GridLayoutElement
impl !Sync for GridLayoutElementimpl Unpin for GridLayoutElement
impl Unpin for GridLayoutElementimpl !UnwindSafe for GridLayoutElement
impl !UnwindSafe for GridLayoutElement