pub enum VAlign {
Top,
Bottom,
Middle,
}
Expand description
Vertical alignments for a cell.
Variants§
Top
Top align contents of the cell. (default)
Bottom
Bottom align contents of the cell
Middle
Middle align contents of the cell
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VAlign
impl RefUnwindSafe for VAlign
impl Send for VAlign
impl Sync for VAlign
impl Unpin for VAlign
impl UnwindSafe for VAlign
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