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

pub struct Charstrings {
    // some fields omitted
}

A charstrings index.

Trait Implementations

impl PartialEq for Charstrings
[src]

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

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

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

This method tests for !=.

impl Eq for Charstrings
[src]

impl Default for Charstrings
[src]

fn default() -> Charstrings

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

impl Debug for Charstrings
[src]

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

Formats the value using the given formatter.

impl Clone for Charstrings
[src]

fn clone(&self) -> Charstrings

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 Deref for Charstrings
[src]

type Target = Index

The resulting type after dereferencing

fn deref(&self) -> &Self::Target

The method called to dereference a value

impl DerefMut for Charstrings
[src]

fn deref_mut(&mut self) -> &mut Self::Target

The method called to mutably dereference a value

impl ValueExt<i32> for Charstrings
[src]

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

Read a value.