Struct gfx::format::Format [] [src]

pub struct Format(pub SurfaceType, pub ChannelType);

Complete run-time surface format.

Trait Implementations

Derived Implementations

impl Debug for Format

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

impl Clone for Format

fn clone(&self) -> Format

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

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

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

impl Ord for Format

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

impl Eq for Format