pub enum BorlandFont {
Euro,
Goth,
Lcom,
Litt,
Sans,
Scri,
Simp,
Trip,
Tscr,
}Expand description
A specific Borland font instance (i.e., .CHR file).
Variants§
Auto Trait Implementations§
impl Freeze for BorlandFont
impl RefUnwindSafe for BorlandFont
impl Send for BorlandFont
impl Sync for BorlandFont
impl Unpin for BorlandFont
impl UnsafeUnpin for BorlandFont
impl UnwindSafe for BorlandFont
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