Struct postscript::compact::index::CharStrings [] [src]

pub struct CharStrings(pub Index);

A char-string 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 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 Walue<i32> for CharStrings
[src]

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

Read a value.