Enum cairo::FontSlant []

#[repr(C)]
pub enum FontSlant { Normal, Italic, Oblique, }

Variants

Trait Implementations

impl PartialEq<FontSlant> for FontSlant

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<FontSlant> for FontSlant

impl Copy for FontSlant

impl Clone for FontSlant

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FontSlant

Formats the value using the given formatter.