pub struct CellPadding {
pub top: f64,
pub right: f64,
pub bottom: f64,
pub left: f64,
}Expand description
Cell padding specification
Fields§
§top: f64§right: f64§bottom: f64§left: f64Implementations§
Trait Implementations§
Source§impl Clone for CellPadding
impl Clone for CellPadding
Source§fn clone(&self) -> CellPadding
fn clone(&self) -> CellPadding
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 CellPadding
impl Debug for CellPadding
impl Copy for CellPadding
Auto Trait Implementations§
impl Freeze for CellPadding
impl RefUnwindSafe for CellPadding
impl Send for CellPadding
impl Sync for CellPadding
impl Unpin for CellPadding
impl UnwindSafe for CellPadding
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