Enum allegro_font::FontAlign
source · pub enum FontAlign {
Left,
Centre,
Right,
}
Variants
Left
Centre
Right
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontAlign
impl Send for FontAlign
impl Sync for FontAlign
impl Unpin for FontAlign
impl UnwindSafe for FontAlign
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more