Struct postscript::compact::compound::Charset1 [] [src]

pub struct Charset1 {
    pub format: u8,
    pub ranges: Vec<CharsetRange1>,
}

A charset of format 1.

Fields

format: u8 ranges: Vec<CharsetRange1>

Trait Implementations

impl PartialEq for Charset1
[src]

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

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

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

This method tests for !=.

impl Eq for Charset1
[src]

impl Debug for Charset1
[src]

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

Formats the value using the given formatter.

impl Clone for Charset1
[src]

fn clone(&self) -> Charset1

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