Enum cairo::enums::HintMetrics [] [src]

#[repr(C)]
pub enum HintMetrics { Default, Off, On, }

Variants

Trait Implementations

impl PartialOrd<HintMetrics> for HintMetrics
[src]

impl Copy for HintMetrics
[src]

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

Formats the value using the given formatter.

impl Clone for HintMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more