Enum opengl_graphics::Format [−][src]
pub enum Format {
Rgba8,
}Texture format.
Variants
Rgba8(red, green, blue, alpha) with values 0-255.
Trait Implementations
impl Clone for Format[src]
impl Clone for Formatfn clone(&self) -> Format[src]
fn clone(&self) -> FormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Format[src]
impl Debug for Formatfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for Format[src]
impl Copy for Format