Struct style::properties::style_structs::Table
[−]
[src]
pub struct Table { pub table_layout: T, }
The Table style struct.
Fields
table_layout: T
The table-layout computed value.
Methods
impl Table
[src]
pub fn set_table_layout(&mut self, v: T)
[src]
Set table-layout.
pub fn copy_table_layout_from(&mut self, other: &Self)
[src]
Set table-layout from other struct.
pub fn reset_table_layout(&mut self, other: &Self)
[src]
Reset table-layout from the initial struct.
pub fn clone_table_layout(&self) -> T
[src]
Get the computed value for table-layout.
Trait Implementations
impl Clone for Table
[src]
fn clone(&self) -> Table
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Table
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl MallocSizeOf for Table
[src]
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
[src]
Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more