Struct gfx::format::Format
[−]
[src]
pub struct Format(pub SurfaceType, pub ChannelType);
Complete run-time surface format.
Trait Implementations
impl Clone for Format
[src]
fn clone(&self) -> Format
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Format
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Ord for Format
[src]
impl Eq for Format
[src]
impl Copy for Format
[src]
impl PartialOrd<Format> for Format
[src]
fn partial_cmp(&self, __arg_0: &Format) -> Option<Ordering>
[src]
fn lt(&self, __arg_0: &Format) -> bool
[src]
fn le(&self, __arg_0: &Format) -> bool
[src]
fn gt(&self, __arg_0: &Format) -> bool
[src]
fn ge(&self, __arg_0: &Format) -> bool
[src]
impl PartialEq<Format> for Format
[src]
fn eq(&self, __arg_0: &Format) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Format) -> bool
[src]
This method tests for !=
.