Struct gfx_gtk::BlitVertex[]

pub struct BlitVertex {
    pub pos: [f32; 2],
    pub tex_coord: [f32; 2],
}

Fields

Trait Implementations

impl Clone for BlitVertex

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BlitVertex

impl Debug for BlitVertex

Formats the value using the given formatter. Read more

impl PartialEq for BlitVertex

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

This method tests for !=.

impl Pod for BlitVertex

impl Structure<Format> for BlitVertex

Get the layout of an element by name.

Auto Trait Implementations

impl Send for BlitVertex

impl Sync for BlitVertex