Struct style::properties::style_structs::Table
source · pub struct Table {
pub table_layout: T,
}
Expand description
The Table style struct.
Fields§
§table_layout: T
The table-layout computed value.
Implementations§
source§impl Table
impl Table
sourcepub fn set_table_layout(&mut self, v: T)
pub fn set_table_layout(&mut self, v: T)
Set table-layout.
sourcepub fn copy_table_layout_from(&mut self, other: &Self)
pub fn copy_table_layout_from(&mut self, other: &Self)
Set table-layout from other struct.
sourcepub fn reset_table_layout(&mut self, other: &Self)
pub fn reset_table_layout(&mut self, other: &Self)
Reset table-layout from the initial struct.
sourcepub fn clone_table_layout(&self) -> T
pub fn clone_table_layout(&self) -> T
Get the computed value for table-layout.
Trait Implementations§
source§impl MallocSizeOf for Table
impl MallocSizeOf for Table
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq<Table> for Table
impl PartialEq<Table> for Table
impl StructuralPartialEq for Table
Auto Trait Implementations§
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert