Struct gfx_core::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
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd 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 for Format
impl Ord for Format
impl Eq for Format