Struct ogawa_rs::Archive[][src]

pub struct Archive {
    pub alembic_file_version: u16,
    pub version: u32,
    pub ogawa_file_version: u32,
    pub root_group: GroupChunk,
    pub root_header: ObjectHeader,
    pub time_samplings: Vec<Rc<TimeSampling>>,
    pub max_samples: Vec<i64>,
    pub indexed_meta_data: Vec<MetaData>,
}

Fields

alembic_file_version: u16version: u32ogawa_file_version: u32root_group: GroupChunkroot_header: ObjectHeadertime_samplings: Vec<Rc<TimeSampling>>max_samples: Vec<i64>indexed_meta_data: Vec<MetaData>

Implementations

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.