Struct truetype::Tag [] [src]

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

A tag.

Trait Implementations

impl Clone for Tag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Tag
[src]

impl Eq for Tag
[src]

impl Hash for Tag
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Tag
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for Tag
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter.

impl From<u32> for Tag
[src]

[src]

Performs the conversion.

impl Value for Tag
[src]

[src]

Read a value.