Struct sdl2::render::TextureQuery [] [src]

pub struct TextureQuery {
    pub format: PixelFormatEnum,
    pub access: TextureAccess,
    pub width: u32,
    pub height: u32,
}

Fields

Trait Implementations

impl Copy for TextureQuery
[src]

impl Clone for TextureQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for TextureQuery
[src]

impl PartialEq for TextureQuery
[src]

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

This method tests for !=.

impl Hash for TextureQuery
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for TextureQuery
[src]

Formats the value using the given formatter.