Struct nuklear_backend_gfx::Locals[]

pub struct Locals {
    pub proj: [[f32; 4]; 4],
}

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. Read more

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.

Auto Trait Implementations

impl Send for Locals

impl Sync for Locals