Skip to main content

TDPageBlockVerticalAlignment

Trait TDPageBlockVerticalAlignment 

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

Describes a Vertical 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, PAGEBLOCKVERTICALALIGNMENT: TDPageBlockVerticalAlignment> TDPageBlockVerticalAlignment for &'a PAGEBLOCKVERTICALALIGNMENT

Source§

impl<'a, PAGEBLOCKVERTICALALIGNMENT: TDPageBlockVerticalAlignment> TDPageBlockVerticalAlignment for &'a mut PAGEBLOCKVERTICALALIGNMENT

Implementors§