#[repr(C)]pub enum TextDrawAlignmentTypes {
Default = 0,
Left = 1,
Center = 2,
Right = 3,
}Variants§
Trait Implementations§
Source§impl Clone for TextDrawAlignmentTypes
impl Clone for TextDrawAlignmentTypes
Source§fn clone(&self) -> TextDrawAlignmentTypes
fn clone(&self) -> TextDrawAlignmentTypes
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 TextDrawAlignmentTypes
impl Debug for TextDrawAlignmentTypes
Source§impl Default for TextDrawAlignmentTypes
impl Default for TextDrawAlignmentTypes
Source§fn default() -> TextDrawAlignmentTypes
fn default() -> TextDrawAlignmentTypes
Returns the “default value” for a type. Read more
Source§impl PartialEq for TextDrawAlignmentTypes
impl PartialEq for TextDrawAlignmentTypes
impl Copy for TextDrawAlignmentTypes
impl StructuralPartialEq for TextDrawAlignmentTypes
Auto Trait Implementations§
impl Freeze for TextDrawAlignmentTypes
impl RefUnwindSafe for TextDrawAlignmentTypes
impl Send for TextDrawAlignmentTypes
impl Sync for TextDrawAlignmentTypes
impl Unpin for TextDrawAlignmentTypes
impl UnwindSafe for TextDrawAlignmentTypes
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