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