Struct gfx::format::Format
[−]
pub struct Format(pub SurfaceType, pub ChannelType);
Complete run-time surface format.
Trait Implementations
impl Ord for Format
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 Hash for Format
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 Debug for Format
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.