Struct fbx_direct::reader::ParserConfig[][src]

pub struct ParserConfig {
    pub ignore_comments: bool,
}

Fields

Methods

impl ParserConfig
[src]

Creates a new config with default options.

Creates an FBX reader with this configuration.

Sets the field to provided value and returns updated config object.

Trait Implementations

impl Debug for ParserConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for ParserConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ParserConfig
[src]

impl PartialEq for ParserConfig
[src]

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

This method tests for !=.

impl Eq for ParserConfig
[src]

impl Default for ParserConfig
[src]

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

Auto Trait Implementations