#[repr(i32)]pub enum FontOptions {
Thin = 0,
Space = 1,
VGA = 2,
Fantasy = 3,
ThinType = 4,
}Variants§
Trait Implementations§
Source§impl Clone for FontOptions
impl Clone for FontOptions
Source§fn clone(&self) -> FontOptions
fn clone(&self) -> FontOptions
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 FontOptions
impl Debug for FontOptions
Source§impl Hash for FontOptions
impl Hash for FontOptions
Source§impl PartialEq for FontOptions
impl PartialEq for FontOptions
impl Copy for FontOptions
impl Eq for FontOptions
impl StructuralPartialEq for FontOptions
Auto Trait Implementations§
impl Freeze for FontOptions
impl RefUnwindSafe for FontOptions
impl Send for FontOptions
impl Sync for FontOptions
impl Unpin for FontOptions
impl UnsafeUnpin for FontOptions
impl UnwindSafe for FontOptions
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