Struct embedded_text::alignment::top::TopAligned [−][src]
pub struct TopAligned;
Align text to the top of the TextBox.
Trait Implementations
impl Clone for TopAligned[src]
impl Clone for TopAligned[src]fn clone(&self) -> TopAligned[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TopAligned[src]
impl Copy for TopAligned[src]impl VerticalTextAlignment for TopAligned[src]
impl VerticalTextAlignment for TopAligned[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 TopAligned
impl RefUnwindSafe for TopAlignedimpl Send for TopAligned
impl Send for TopAlignedimpl Sync for TopAligned
impl Sync for TopAlignedimpl Unpin for TopAligned
impl Unpin for TopAlignedimpl UnwindSafe for TopAligned
impl UnwindSafe for TopAligned