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: TMinimum value.
max: TMaximum 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
