Struct gemini_engine::elements::ascii::TextAlign2D
source · pub struct TextAlign2D { /* private fields */ }Expand description
Two-dimensional text align, used by Sprite and all variations
Implementations§
Trait Implementations§
source§impl Clone for TextAlign2D
impl Clone for TextAlign2D
source§fn clone(&self) -> TextAlign2D
fn clone(&self) -> TextAlign2D
Returns a copy 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 moresource§impl Debug for TextAlign2D
impl Debug for TextAlign2D
source§impl Default for TextAlign2D
impl Default for TextAlign2D
impl Copy for TextAlign2D
Auto Trait Implementations§
impl RefUnwindSafe for TextAlign2D
impl Send for TextAlign2D
impl Sync for TextAlign2D
impl Unpin for TextAlign2D
impl UnwindSafe for TextAlign2D
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