Struct sfnt::Sfnt [] [src]

pub struct Sfnt<'a> { /* fields omitted */ }

An SFNT file.

Methods

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

[src]

Returns the bytes in this file.

[src]

Returns the header in this file.

[src]

Returns the table records in this file.

[src]

Returns the table in this file for the supplied table record.

[src]

Returns the table in this file with the supplied tag.

Important traits for SfntIter<'a>
[src]

Returns an iterator over the tables in this file.

Trait Implementations

impl<'a> Copy for Sfnt<'a>
[src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Sfnt<'a>
[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<'a> Eq for Sfnt<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for Sfnt<'a>

impl<'a> !Sync for Sfnt<'a>