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 Formatimpl Clone for Formatfn clone(&self) -> Formatfn clone_from(&mut self, source: &Self)impl Copy for Formatimpl Hash for Formatfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialOrd for Formatfn partial_cmp(&self, __arg_0: &Format) -> Option<Ordering>fn lt(&self, __arg_0: &Format) -> boolfn le(&self, __arg_0: &Format) -> boolfn gt(&self, __arg_0: &Format) -> boolfn ge(&self, __arg_0: &Format) -> boolimpl PartialEq for Formatimpl Ord for Formatimpl Eq for Format