pub struct CT_TableCellProperties {
pub margin_left: Option<Emu>,
pub margin_right: Option<Emu>,
pub margin_top: Option<Emu>,
pub margin_bottom: Option<Emu>,
pub fill: Option<Fill>,
pub left: Option<CT_LineProperties>,
pub right: Option<CT_LineProperties>,
pub top: Option<CT_LineProperties>,
pub bottom: Option<CT_LineProperties>,
pub unsupported: Vec<String>,
/* private fields */
}Fields§
§margin_left: Option<Emu>§margin_right: Option<Emu>§margin_top: Option<Emu>§margin_bottom: Option<Emu>§fill: Option<Fill>§left: Option<CT_LineProperties>§right: Option<CT_LineProperties>§top: Option<CT_LineProperties>§bottom: Option<CT_LineProperties>§unsupported: Vec<String>Trait Implementations§
Source§impl Clone for CT_TableCellProperties
impl Clone for CT_TableCellProperties
Source§fn clone(&self) -> CT_TableCellProperties
fn clone(&self) -> CT_TableCellProperties
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_TableCellProperties
impl Debug for CT_TableCellProperties
Source§impl Default for CT_TableCellProperties
impl Default for CT_TableCellProperties
Source§fn default() -> CT_TableCellProperties
fn default() -> CT_TableCellProperties
Returns the “default value” for a type. Read more
impl Eq for CT_TableCellProperties
Source§impl PartialEq for CT_TableCellProperties
impl PartialEq for CT_TableCellProperties
impl StructuralPartialEq for CT_TableCellProperties
Auto Trait Implementations§
impl Freeze for CT_TableCellProperties
impl RefUnwindSafe for CT_TableCellProperties
impl Send for CT_TableCellProperties
impl Sync for CT_TableCellProperties
impl Unpin for CT_TableCellProperties
impl UnsafeUnpin for CT_TableCellProperties
impl UnwindSafe for CT_TableCellProperties
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