Struct truetype::windows_metrics::SelectionFlags [] [src]

pub struct SelectionFlags(pub u16);

Font-selection flags.

Methods

impl SelectionFlags
[src]

fn is_invalid(&self) -> bool

Trait Implementations

impl PartialEq for SelectionFlags
[src]

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

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

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

This method tests for !=.

impl Eq for SelectionFlags
[src]

impl Debug for SelectionFlags
[src]

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

Formats the value using the given formatter.

impl Copy for SelectionFlags
[src]

impl Clone for SelectionFlags
[src]

fn clone(&self) -> SelectionFlags

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 SelectionFlags
[src]

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

Read a value.