Enum truetype::windows_metrics::WindowsMetrics [] [src]

pub enum WindowsMetrics {
    Version3(WindowsMetrics3),
    Version5(WindowsMetrics5),
}

OS/2 and Windows metrics.

Variants

Version3(WindowsMetrics3)

Version 3.

Version5(WindowsMetrics5)

Version 5.

Trait Implementations

impl PartialEq for WindowsMetrics
[src]

fn eq(&self, __arg_0: &WindowsMetrics) -> bool

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

fn ne(&self, __arg_0: &WindowsMetrics) -> bool

This method tests for !=.

impl Eq for WindowsMetrics
[src]

impl Debug for WindowsMetrics
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for WindowsMetrics
[src]

fn clone(&self) -> WindowsMetrics

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Value for WindowsMetrics
[src]

fn read<T: Tape>(tape: &mut T) -> Result<Self>

Read a value.