pub struct CT_TableRow {
pub height: Emu,
pub cells: Vec<CT_TableCell>,
/* private fields */
}Expand description
One table row and its required stored height.
Fields§
§height: Emu§cells: Vec<CT_TableCell>Trait Implementations§
Source§impl Clone for CT_TableRow
impl Clone for CT_TableRow
Source§fn clone(&self) -> CT_TableRow
fn clone(&self) -> CT_TableRow
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_TableRow
impl Debug for CT_TableRow
impl Eq for CT_TableRow
Auto Trait Implementations§
impl Freeze for CT_TableRow
impl RefUnwindSafe for CT_TableRow
impl Send for CT_TableRow
impl Sync for CT_TableRow
impl Unpin for CT_TableRow
impl UnsafeUnpin for CT_TableRow
impl UnwindSafe for CT_TableRow
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