pub struct LeafColumnSizingSnapshot {
pub sizing: ColumnSizingSnapshot,
pub size: BTreeMap<Arc<str>, f32>,
pub start: ColumnStartSnapshot,
pub after: ColumnAfterSnapshot,
}Fields§
§sizing: ColumnSizingSnapshot§size: BTreeMap<Arc<str>, f32>§start: ColumnStartSnapshot§after: ColumnAfterSnapshotTrait Implementations§
Source§impl Clone for LeafColumnSizingSnapshot
impl Clone for LeafColumnSizingSnapshot
Source§fn clone(&self) -> LeafColumnSizingSnapshot
fn clone(&self) -> LeafColumnSizingSnapshot
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 moreSource§impl Debug for LeafColumnSizingSnapshot
impl Debug for LeafColumnSizingSnapshot
Source§impl PartialEq for LeafColumnSizingSnapshot
impl PartialEq for LeafColumnSizingSnapshot
impl StructuralPartialEq for LeafColumnSizingSnapshot
Auto Trait Implementations§
impl Freeze for LeafColumnSizingSnapshot
impl RefUnwindSafe for LeafColumnSizingSnapshot
impl Send for LeafColumnSizingSnapshot
impl Sync for LeafColumnSizingSnapshot
impl Unpin for LeafColumnSizingSnapshot
impl UnsafeUnpin for LeafColumnSizingSnapshot
impl UnwindSafe for LeafColumnSizingSnapshot
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