Enum gfx::format::R16_G16
[−]
[src]
pub enum R16_G16 {}
Trait Implementations
impl Debug for R16_G16
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for R16_G16
fn clone(&self) -> R16_G16
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 Copy for R16_G16
impl Hash for R16_G16
impl PartialOrd<R16_G16> for R16_G16
fn partial_cmp(&self, __arg_0: &R16_G16) -> Option<Ordering>
impl PartialEq<R16_G16> for R16_G16
fn eq(&self, __arg_0: &R16_G16) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Ord for R16_G16
impl Eq for R16_G16
impl SurfaceTyped for R16_G16
type DataType = [u16; 2]
The corresponding data type to be passed from CPU.
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.