pub enum VerticalAlign {
Top,
Middle,
Bottom,
}Expand description
Vertical alignment options for block positioning.
Determines how the content is placed relative to the canvas height.
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for VerticalAlign
impl Clone for VerticalAlign
Sourceยงfn clone(&self) -> VerticalAlign
fn clone(&self) -> VerticalAlign
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 moreAuto Trait Implementationsยง
impl Freeze for VerticalAlign
impl RefUnwindSafe for VerticalAlign
impl Send for VerticalAlign
impl Sync for VerticalAlign
impl Unpin for VerticalAlign
impl UnwindSafe for VerticalAlign
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