pub struct CT_TableGrid {
pub columns: Vec<Emu>,
/* private fields */
}Expand description
The ordered column widths in one a:tblGrid.
Fields§
§columns: Vec<Emu>Trait Implementations§
Source§impl Clone for CT_TableGrid
impl Clone for CT_TableGrid
Source§fn clone(&self) -> CT_TableGrid
fn clone(&self) -> CT_TableGrid
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CT_TableGrid
impl Debug for CT_TableGrid
impl Eq for CT_TableGrid
Auto Trait Implementations§
impl Freeze for CT_TableGrid
impl RefUnwindSafe for CT_TableGrid
impl Send for CT_TableGrid
impl Sync for CT_TableGrid
impl Unpin for CT_TableGrid
impl UnsafeUnpin for CT_TableGrid
impl UnwindSafe for CT_TableGrid
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