Struct gltf_json::buffer::ByteStride[][src]

pub struct ByteStride(pub u32);

The stride, in bytes, between vertex attributes.

Trait Implementations

impl Clone for ByteStride
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ByteStride
[src]

impl Debug for ByteStride
[src]

Formats the value using the given formatter. Read more

impl Validate for ByteStride
[src]

Validates the data against the glTF 2.0 specification. Read more

Validates only the invariants required for the library to function safely.

Auto Trait Implementations

impl Send for ByteStride

impl Sync for ByteStride