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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ByteStride
[src]

impl Debug for ByteStride
[src]

[src]

Formats the value using the given formatter. Read more

impl Validate for ByteStride
[src]

[src]

Validates the data against the glTF 2.0 specification. Read more

[src]

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

Auto Trait Implementations

impl Send for ByteStride

impl Sync for ByteStride