Struct trk_io::Writer[][src]

pub struct Writer {
    pub affine4: Affine4,
    // some fields omitted
}

Fields

Methods

impl Writer
[src]

Trait Implementations

impl Drop for Writer
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Writer

impl Sync for Writer