- API ›
- Constructors ›
- PageTableCell
PageTableCell
---types--- pageTableCell#34566b6a header:flags.0?true align_center:flags.3?true align_right:flags.4?true valign_middle:flags.5?true valign_bottom:flags.6?true text:flags.7?RichText colspan:flags.1?int rowspan:flags.2?int = PageTableCell
Belongs to
| PageTableCell |
In Rust this constructor is a variant of the enums::PageTableCell enum.
Match on it with: if let enums::PageTableCell::PageTableCell(v) = result { ... }