pub struct TableLayout {
pub lines: Vec<LayoutLine>,
}Expand description
表領域(§17, §30〜§32)。
TableLayoutEngine がalignment調整・cell wrap・罫線まで完了した
表示済み行を保持する。renderはこの行をそのまま出力する。
Fields§
§lines: Vec<LayoutLine>Trait Implementations§
Source§impl Clone for TableLayout
impl Clone for TableLayout
Source§fn clone(&self) -> TableLayout
fn clone(&self) -> TableLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TableLayout
impl Debug for TableLayout
Source§impl PartialEq for TableLayout
impl PartialEq for TableLayout
impl StructuralPartialEq for TableLayout
Auto Trait Implementations§
impl Freeze for TableLayout
impl RefUnwindSafe for TableLayout
impl Send for TableLayout
impl Sync for TableLayout
impl Unpin for TableLayout
impl UnsafeUnpin for TableLayout
impl UnwindSafe for TableLayout
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