Struct truetype::Tag [] [src]

pub struct Tag(pub [u8; 4]);

A tag.

Trait Implementations

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Tag
[src]

impl Eq for Tag
[src]

impl Hash for Tag
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for Tag
[src]

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

This method tests for !=.

impl Deref for Tag
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl From<u32> for Tag
[src]

Performs the conversion.

impl Value for Tag
[src]

Read a value.