#[repr(transparent)]pub struct TTF_HorizontalAlignment(pub c_int);Expand description
The horizontal alignment used when rendering wrapped text.
Available Since: This enum is available since SDL_ttf 3.0.0.
Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for TTF_HorizontalAlignment
impl Clone for TTF_HorizontalAlignment
Source§fn clone(&self) -> TTF_HorizontalAlignment
fn clone(&self) -> TTF_HorizontalAlignment
Returns a duplicate 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 TTF_HorizontalAlignment
impl Debug for TTF_HorizontalAlignment
Source§impl Hash for TTF_HorizontalAlignment
impl Hash for TTF_HorizontalAlignment
Source§impl PartialEq for TTF_HorizontalAlignment
impl PartialEq for TTF_HorizontalAlignment
impl Copy for TTF_HorizontalAlignment
impl Eq for TTF_HorizontalAlignment
impl StructuralPartialEq for TTF_HorizontalAlignment
Auto Trait Implementations§
impl Freeze for TTF_HorizontalAlignment
impl RefUnwindSafe for TTF_HorizontalAlignment
impl Send for TTF_HorizontalAlignment
impl Sync for TTF_HorizontalAlignment
impl Unpin for TTF_HorizontalAlignment
impl UnsafeUnpin for TTF_HorizontalAlignment
impl UnwindSafe for TTF_HorizontalAlignment
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