Struct freetype::face::Face [] [src]

pub struct Face<'a> {
    // some fields omitted
}

Methods

impl<'a> Face<'a>
[src]

Trait Implementations

impl<'a> Hash for Face<'a>
[src]

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

Feeds a slice of this type into the state provided.

impl<'a> PartialEq for Face<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for Face<'a>
[src]

impl<'a> Clone for Face<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Face<'a>
[src]

Formats the value using the given formatter.

impl<'a> Drop for Face<'a>
[src]

A method called when the value goes out of scope. Read more