Struct embedded_text::alignment::left::LeftAligned [−][src]
pub struct LeftAligned;
Marks text to be rendered left aligned.
Trait Implementations
impl Clone for LeftAligned[src]
impl Clone for LeftAligned[src]fn clone(&self) -> LeftAligned[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for LeftAligned[src]
impl Copy for LeftAligned[src]impl HorizontalTextAlignment for LeftAligned[src]
impl HorizontalTextAlignment for LeftAligned[src]const STARTING_SPACES: bool[src]
const ENDING_SPACES: bool[src]
Auto Trait Implementations
impl RefUnwindSafe for LeftAligned
impl RefUnwindSafe for LeftAlignedimpl Send for LeftAligned
impl Send for LeftAlignedimpl Sync for LeftAligned
impl Sync for LeftAlignedimpl Unpin for LeftAligned
impl Unpin for LeftAlignedimpl UnwindSafe for LeftAligned
impl UnwindSafe for LeftAligned