pub enum TextFontSlant {
Upright,
Italic,
Oblique,
}Variants§
Trait Implementations§
Source§impl Clone for TextFontSlant
impl Clone for TextFontSlant
Source§fn clone(&self) -> TextFontSlant
fn clone(&self) -> TextFontSlant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextFontSlant
Source§impl Debug for TextFontSlant
impl Debug for TextFontSlant
Source§impl Default for TextFontSlant
impl Default for TextFontSlant
Source§fn default() -> TextFontSlant
fn default() -> TextFontSlant
Returns the “default value” for a type. Read more
impl Eq for TextFontSlant
Source§impl Hash for TextFontSlant
impl Hash for TextFontSlant
Source§impl PartialEq for TextFontSlant
impl PartialEq for TextFontSlant
impl StructuralPartialEq for TextFontSlant
Auto Trait Implementations§
impl Freeze for TextFontSlant
impl RefUnwindSafe for TextFontSlant
impl Send for TextFontSlant
impl Sync for TextFontSlant
impl Unpin for TextFontSlant
impl UnsafeUnpin for TextFontSlant
impl UnwindSafe for TextFontSlant
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