Struct gltf::mesh::Bounds
[−]
[src]
pub struct Bounds<T> {
pub min: T,
pub max: T,
}The minimum and maximum values for a generic accessor.
Fields
min: T
Minimum value.
max: T
Maximum value.
Trait Implementations
impl<T: Clone> Clone for Bounds<T>[src]
fn clone(&self) -> Bounds<T>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<T: Debug> Debug for Bounds<T>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more