Struct gfx::device::tex::SurfaceInfo [] [src]

pub struct SurfaceInfo {
    pub width: Size,
    pub height: Size,
    pub format: Format,
    pub aa_mode: Option<AaMode>,
}

Describes the storage of a surface.

Fields

width
height
format
aa_mode

Trait Implementations

Derived Implementations

impl Debug for SurfaceInfo

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for SurfaceInfo

fn clone(&self) -> SurfaceInfo

fn clone_from(&mut self, source: &Self)

impl Copy for SurfaceInfo

impl Hash for SurfaceInfo

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialOrd for SurfaceInfo

fn partial_cmp(&self, __arg_0: &SurfaceInfo) -> Option<Ordering>

fn lt(&self, __arg_0: &SurfaceInfo) -> bool

fn le(&self, __arg_0: &SurfaceInfo) -> bool

fn gt(&self, __arg_0: &SurfaceInfo) -> bool

fn ge(&self, __arg_0: &SurfaceInfo) -> bool

impl PartialEq for SurfaceInfo

fn eq(&self, __arg_0: &SurfaceInfo) -> bool

fn ne(&self, __arg_0: &SurfaceInfo) -> bool

impl Ord for SurfaceInfo

fn cmp(&self, __arg_0: &SurfaceInfo) -> Ordering

impl Eq for SurfaceInfo