Struct mc_core::util::Rect [−][src]
Expand description
A generic rectangle. Coordinates order: X then Z
Fields
data: Vec<T>x_size: usizez_size: usizeImplementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Rect<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Rect<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
