Enum cairo::FontWeight [] [src]

#[repr(C)]
pub enum FontWeight { Normal, Bold, }

Variants

Trait Implementations

impl PartialOrd<FontWeight> for FontWeight
[src]

impl Copy for FontWeight
[src]

impl PartialEq<FontWeight> for FontWeight
[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 FontWeight
[src]

Formats the value using the given formatter.

impl Clone for FontWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more