Skip to main content

TDPageBlockHorizontalAlignment

Trait TDPageBlockHorizontalAlignment 

Source
pub trait TDPageBlockHorizontalAlignment: Debug + RObject { }
Expand description

Describes a horizontal alignment of a table cell content

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, PAGEBLOCKHORIZONTALALIGNMENT: TDPageBlockHorizontalAlignment> TDPageBlockHorizontalAlignment for &'a PAGEBLOCKHORIZONTALALIGNMENT

Source§

impl<'a, PAGEBLOCKHORIZONTALALIGNMENT: TDPageBlockHorizontalAlignment> TDPageBlockHorizontalAlignment for &'a mut PAGEBLOCKHORIZONTALALIGNMENT

Implementors§