Struct gfx::format::Format []

pub struct Format(pub SurfaceType, pub ChannelType);

Complete run-time surface format.

Trait Implementations

impl PartialOrd<Format> for Format

impl Eq for Format

impl PartialEq<Format> for Format

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

This method tests for !=.

impl Clone for Format

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Format

impl Ord for Format

impl Copy for Format

impl Debug for Format

Formats the value using the given formatter.