pub struct TableThemeDiagnostics {
pub preset_id: Option<TablePresetId>,
pub style_hash: u64,
pub effects_hash: u64,
pub effect_count: usize,
pub padding: u8,
pub column_gap: u8,
pub row_height: u8,
}Expand description
Diagnostics payload for TableTheme instrumentation.
Fields§
§preset_id: Option<TablePresetId>§style_hash: u64§effects_hash: u64§effect_count: usize§padding: u8§column_gap: u8§row_height: u8Trait Implementations§
Source§impl Clone for TableThemeDiagnostics
impl Clone for TableThemeDiagnostics
Source§fn clone(&self) -> TableThemeDiagnostics
fn clone(&self) -> TableThemeDiagnostics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TableThemeDiagnostics
impl RefUnwindSafe for TableThemeDiagnostics
impl Send for TableThemeDiagnostics
impl Sync for TableThemeDiagnostics
impl Unpin for TableThemeDiagnostics
impl UnsafeUnpin for TableThemeDiagnostics
impl UnwindSafe for TableThemeDiagnostics
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