#[repr(C)]pub enum TextDrawStyle {
FontBeckettRegular = 0,
FontAharoniBold = 1,
FontBankGothic = 2,
FontPricedown = 3,
Sprite = 4,
Preview = 5,
}Variants§
FontBeckettRegular = 0
FontAharoniBold = 1
FontBankGothic = 2
FontPricedown = 3
Sprite = 4
Preview = 5
Trait Implementations§
Source§impl Clone for TextDrawStyle
impl Clone for TextDrawStyle
Source§fn clone(&self) -> TextDrawStyle
fn clone(&self) -> TextDrawStyle
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 TextDrawStyle
impl Debug for TextDrawStyle
Source§impl PartialEq for TextDrawStyle
impl PartialEq for TextDrawStyle
impl Copy for TextDrawStyle
impl StructuralPartialEq for TextDrawStyle
Auto Trait Implementations§
impl Freeze for TextDrawStyle
impl RefUnwindSafe for TextDrawStyle
impl Send for TextDrawStyle
impl Sync for TextDrawStyle
impl Unpin for TextDrawStyle
impl UnwindSafe for TextDrawStyle
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