PageTableRow

---types---
pageTableRow#e0c0c5e5 cells:Vector<PageTableCell> = PageTableRow

Belongs to

PageTableRow

In Rust this constructor is a variant of the enums::PageTableRow enum.
Match on it with: if let enums::PageTableRow::PageTableRow(v) = result { ... }

Parameters

cellsVector<PageTableCell>required