pub struct TableCellMargins { /* private fields */ }
Implementations§
Source§impl TableCellMargins
impl TableCellMargins
pub fn new() -> TableCellMargins
pub fn margin( self, top: usize, right: usize, bottom: usize, left: usize, ) -> TableCellMargins
pub fn margin_top(self, v: usize, t: WidthType) -> Self
pub fn margin_right(self, v: usize, t: WidthType) -> Self
pub fn margin_left(self, v: usize, t: WidthType) -> Self
pub fn margin_bottom(self, v: usize, t: WidthType) -> Self
Trait Implementations§
Source§impl Clone for TableCellMargins
impl Clone for TableCellMargins
Source§fn clone(&self) -> TableCellMargins
fn clone(&self) -> TableCellMargins
Returns a copy 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 TableCellMargins
impl Debug for TableCellMargins
Source§impl Default for TableCellMargins
impl Default for TableCellMargins
Source§fn default() -> TableCellMargins
fn default() -> TableCellMargins
Returns the “default value” for a type. Read more
Source§impl ElementReader for TableCellMargins
impl ElementReader for TableCellMargins
fn read<R: Read>( r: &mut EventReader<R>, _: &[OwnedAttribute], ) -> Result<Self, ReaderError>
Source§impl PartialEq for TableCellMargins
impl PartialEq for TableCellMargins
Source§impl Serialize for TableCellMargins
impl Serialize for TableCellMargins
impl StructuralPartialEq for TableCellMargins
Auto Trait Implementations§
impl Freeze for TableCellMargins
impl RefUnwindSafe for TableCellMargins
impl Send for TableCellMargins
impl Sync for TableCellMargins
impl Unpin for TableCellMargins
impl UnwindSafe for TableCellMargins
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