Struct fbx_direct::writer::EventWriter[][src]

pub struct EventWriter<W: Write + Seek> { /* fields omitted */ }

A wrapper around an std::io::Write instance which emits Binary FBX.

Methods

impl<W: Write + Seek> EventWriter<W>
[src]

Creates a new writer.

Creates a new emitter with provided configuration.

Writes the next piece of FBX fragment according to the provided event.

Auto Trait Implementations

impl<W> Send for EventWriter<W> where
    W: Send

impl<W> Sync for EventWriter<W> where
    W: Sync