Struct gfx::format::Format []

pub struct Format(pub SurfaceType, pub ChannelType);

Complete run-time surface format.

Trait Implementations

impl Debug for Format

fn fmt(&self, __arg_0: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Clone for Format

fn clone(&self) -> Format

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Format

impl Hash for Format

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

impl PartialOrd<Format> for Format

fn partial_cmp(&self, __arg_0: &Format) -> Option<Ordering>

fn lt(&self, __arg_0: &Format) -> bool

fn le(&self, __arg_0: &Format) -> bool

fn gt(&self, __arg_0: &Format) -> bool

fn ge(&self, __arg_0: &Format) -> bool

impl PartialEq<Format> for Format

fn eq(&self, __arg_0: &Format) -> bool

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

fn ne(&self, __arg_0: &Format) -> bool

This method tests for !=.

impl Ord for Format

fn cmp(&self, __arg_0: &Format) -> Ordering

impl Eq for Format