pub struct PageTableRow {
pub cells: Vec<PageTableCell>,
}Expand description
Generated from the following TL definition:
pageTableRow#e0c0c5e5 cells:Vector<PageTableCell> = PageTableRowFields§
§cells: Vec<PageTableCell>Trait Implementations§
Source§impl Clone for PageTableRow
impl Clone for PageTableRow
Source§fn clone(&self) -> PageTableRow
fn clone(&self) -> PageTableRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PageTableRow
impl Debug for PageTableRow
Source§impl Deserializable for PageTableRow
impl Deserializable for PageTableRow
Source§impl From<PageTableRow> for PageTableRow
impl From<PageTableRow> for PageTableRow
Source§fn from(x: PageTableRow) -> Self
fn from(x: PageTableRow) -> Self
Converts to this type from the input type.
Source§impl From<PageTableRow> for PageTableRow
impl From<PageTableRow> for PageTableRow
Source§fn from(x: PageTableRow) -> Self
fn from(x: PageTableRow) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageTableRow
impl Identifiable for PageTableRow
Source§const CONSTRUCTOR_ID: u32 = 3770729957
const CONSTRUCTOR_ID: u32 = 3770729957
The unique identifier for the type.
Source§impl PartialEq for PageTableRow
impl PartialEq for PageTableRow
Source§impl Serializable for PageTableRow
impl Serializable for PageTableRow
impl StructuralPartialEq for PageTableRow
Auto Trait Implementations§
impl Freeze for PageTableRow
impl RefUnwindSafe for PageTableRow
impl Send for PageTableRow
impl Sync for PageTableRow
impl Unpin for PageTableRow
impl UnsafeUnpin for PageTableRow
impl UnwindSafe for PageTableRow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more