Struct embedded_text::alignment::bottom::BottomAligned [−][src]
pub struct BottomAligned;
Align text to the bottom of the TextBox.
Trait Implementations
impl Clone for BottomAligned[src]
impl Clone for BottomAligned[src]fn clone(&self) -> BottomAligned[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for BottomAligned[src]
impl Copy for BottomAligned[src]impl VerticalTextAlignment for BottomAligned[src]
impl VerticalTextAlignment for BottomAligned[src]fn apply_vertical_alignment<'a, C, F, A, H>(
cursor: &mut Cursor<F>,
styled_text_box: &'a StyledTextBox<'a, C, F, A, Self, H>
) where
C: PixelColor,
F: Font + Copy,
A: HorizontalTextAlignment,
H: HeightMode, [src]
cursor: &mut Cursor<F>,
styled_text_box: &'a StyledTextBox<'a, C, F, A, Self, H>
) where
C: PixelColor,
F: Font + Copy,
A: HorizontalTextAlignment,
H: HeightMode,
Auto Trait Implementations
impl RefUnwindSafe for BottomAligned
impl RefUnwindSafe for BottomAlignedimpl Send for BottomAligned
impl Send for BottomAlignedimpl Sync for BottomAligned
impl Sync for BottomAlignedimpl Unpin for BottomAligned
impl Unpin for BottomAlignedimpl UnwindSafe for BottomAligned
impl UnwindSafe for BottomAligned