Struct gol::rendering::Locals []

pub struct Locals {
    pub scale: [[f32; 2]; 2],
}

Fields

Trait Implementations

impl Clone for Locals

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Locals

impl Debug for Locals

Formats the value using the given formatter.

impl PartialEq for Locals

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Pod for Locals

impl Structure<ConstFormat> for Locals

Get the layout of an element by name.