Struct gltf::mesh::Bounds [−][src]
pub struct Bounds<T> {
pub min: T,
pub max: T,
}
Expand description
The minimum and maximum values for a generic accessor.
Fields
min: T
Minimum value.
max: T
Maximum value.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Bounds<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Bounds<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more