#[repr(u32)]pub enum FontType {
Default = 0,
Greyscale = 4,
}
Variants§
Trait Implementations§
Source§impl From<FontType> for TCOD_font_flags_t
impl From<FontType> for TCOD_font_flags_t
Source§fn from(other: FontType) -> TCOD_font_flags_t
fn from(other: FontType) -> TCOD_font_flags_t
Converts to this type from the input type.
impl Copy for FontType
Auto Trait Implementations§
impl Freeze for FontType
impl RefUnwindSafe for FontType
impl Send for FontType
impl Sync for FontType
impl Unpin for FontType
impl UnwindSafe for FontType
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