Struct truetype::compound::MaximumProfile10 [] [src]

pub struct MaximumProfile10 {
    pub version: Fixed,
    pub numGlyphs: u16,
    pub maxPoints: u16,
    pub maxContours: u16,
    pub maxCompositePoints: u16,
    pub maxCompositeContours: u16,
    pub maxZones: u16,
    pub maxTwilightPoints: u16,
    pub maxStorage: u16,
    pub maxFunctionDefs: u16,
    pub maxInstructionDefs: u16,
    pub maxStackElements: u16,
    pub maxSizeOfInstructions: u16,
    pub maxComponentElements: u16,
    pub maxComponentDepth: u16,
}

A maximum profile of version 1.0.

Fields

version: Fixed numGlyphs: u16 maxPoints: u16 maxContours: u16 maxCompositePoints: u16 maxCompositeContours: u16 maxZones: u16 maxTwilightPoints: u16 maxStorage: u16 maxFunctionDefs: u16 maxInstructionDefs: u16 maxStackElements: u16 maxSizeOfInstructions: u16 maxComponentElements: u16 maxComponentDepth: u16

Trait Implementations

impl Copy for MaximumProfile10
[src]

impl PartialEq for MaximumProfile10
[src]

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

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

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

This method tests for !=.

impl Eq for MaximumProfile10
[src]

impl Default for MaximumProfile10
[src]

fn default() -> MaximumProfile10

Returns the "default value" for a type. Read more

impl Debug for MaximumProfile10
[src]

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

Formats the value using the given formatter.

impl Clone for MaximumProfile10
[src]

fn clone(&self) -> MaximumProfile10

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

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

Read a value.