Struct style::properties::generated::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 for Table
impl PartialEq for Table
impl StructuralPartialEq for Table
Auto Trait Implementations§
impl Freeze for Table
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> 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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
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