Enum cairo::FontSlant [] [src]

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

Variants

Trait Implementations

impl PartialOrd<FontSlant> for FontSlant
[src]

impl Copy for FontSlant
[src]

impl PartialEq<FontSlant> for FontSlant
[src]

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

This method tests for !=.

impl Debug for FontSlant
[src]

Formats the value using the given formatter.

impl Clone for FontSlant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more