Struct pdf_writer::writers::Differences[][src]

pub struct Differences<'a> { /* fields omitted */ }
Expand description

Writer for an encoding differences array.

This struct is created by Encoding::differences.

Implementations

Maps consecutive character codes starting at start to the given glyph names.

Methods from Deref<Target = Array<'a>>

The number of written items.

Start writing an arbitrary item.

Write an item with a primitive value.

This is a shorthand for array.push().primitive(value).

Write a sequence of items with primitive values.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Start writing the object.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.