Struct gfx::format::Format
[−]
[src]
pub struct Format(pub SurfaceType, pub ChannelType);
Complete run-time surface format.
pub struct Format(pub SurfaceType, pub ChannelType);
Complete run-time surface format.
impl Debug for Format
impl Clone for Format
fn clone(&self) -> Format
fn clone_from(&mut self, source: &Self)
impl Copy for Format
impl Hash for Format
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
impl Ord for Format
impl Eq for Format