Struct vaporetto::Model[][src]

pub struct Model { /* fields omitted */ }
Expand description

Model data.

Implementations

Exports the model data.

Arguments

  • wtr - Byte-oriented sink object.

Errors

When wtr generates an error, it will be returned as is.

Creates a model from a reader.

Arguments

  • rdr - A data source.

Returns

A model data read from rdr.

Errors

When rdr generates an error, it will be returned as is.

Trait Implementations

The type returned in the event of a conversion error.

Performs the conversion.

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.