pub struct TableLayoutEngine;Expand description
表layout engine(§30)。独立moduleにする設計に従う。
Implementations§
Source§impl TableLayoutEngine
impl TableLayoutEngine
Sourcepub fn layout(table: &Table, width: usize) -> TableLayout
pub fn layout(table: &Table, width: usize) -> TableLayout
Table ASTを幅 width に収まる表へlayoutする。
Trait Implementations§
Source§impl Clone for TableLayoutEngine
impl Clone for TableLayoutEngine
Source§fn clone(&self) -> TableLayoutEngine
fn clone(&self) -> TableLayoutEngine
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 moreimpl Copy for TableLayoutEngine
Source§impl Debug for TableLayoutEngine
impl Debug for TableLayoutEngine
Source§impl Default for TableLayoutEngine
impl Default for TableLayoutEngine
Source§fn default() -> TableLayoutEngine
fn default() -> TableLayoutEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TableLayoutEngine
impl RefUnwindSafe for TableLayoutEngine
impl Send for TableLayoutEngine
impl Sync for TableLayoutEngine
impl Unpin for TableLayoutEngine
impl UnsafeUnpin for TableLayoutEngine
impl UnwindSafe for TableLayoutEngine
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