pub struct QuadBuffer {
pub groups: [Vec<UnorientedQuad>; 6],
}Fields§
§groups: [Vec<UnorientedQuad>; 6]A group of quads for each block face. We rely on [OrientedBlockFace]
metadata to interpret them.
Implementations§
Trait Implementations§
Source§impl Default for QuadBuffer
impl Default for QuadBuffer
Source§fn default() -> QuadBuffer
fn default() -> QuadBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuadBuffer
impl RefUnwindSafe for QuadBuffer
impl Send for QuadBuffer
impl Sync for QuadBuffer
impl Unpin for QuadBuffer
impl UnwindSafe for QuadBuffer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more