pub struct TextColumn {
pub width: f64,
pub gutter: f64,
}Fields§
§width: f64§gutter: f64Trait Implementations§
Source§impl Clone for TextColumn
impl Clone for TextColumn
Source§fn clone(&self) -> TextColumn
fn clone(&self) -> TextColumn
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 TextColumn
impl Debug for TextColumn
Source§impl PartialEq for TextColumn
impl PartialEq for TextColumn
impl StructuralPartialEq for TextColumn
Auto Trait Implementations§
impl Freeze for TextColumn
impl RefUnwindSafe for TextColumn
impl Send for TextColumn
impl Sync for TextColumn
impl Unpin for TextColumn
impl UnwindSafe for TextColumn
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