Struct mallumo_gls::texture::Texture2DSize [] [src]

pub struct Texture2DSize(pub usize, pub usize);

Trait Implementations

impl Debug for Texture2DSize
[src]

Formats the value using the given formatter.

impl Copy for Texture2DSize
[src]

impl Clone for Texture2DSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Texture2DSize
[src]

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

This method tests for !=.