Struct postscript::compact::char_set::Format1 [] [src]

pub struct Format1 {
    pub format: u8,
    pub ranges: Vec<Range1>,
}

A char set in format 1.

Fields

format: u8 ranges: Vec<Range1>

Trait Implementations

impl PartialEq for Format1
[src]

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

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

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

This method tests for !=.

impl Eq for Format1
[src]

impl Debug for Format1
[src]

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

Formats the value using the given formatter.

impl Clone for Format1
[src]

fn clone(&self) -> Format1

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 Walue<usize> for Format1
[src]

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

Read a value.