Struct gfx::device::handle::Surface [] [src]

pub struct Surface<R: Resources>(_, _);

Surface Handle

Methods

impl<R: Resources> Surface<R>

fn get_info(&self) -> &SurfaceInfo

Get surface info

Trait Implementations

Derived Implementations

impl<R: PartialEq + Resources> PartialEq for Surface<R> where R: PartialEq

fn eq(&self, __arg_0: &Surface<R>) -> bool

fn ne(&self, __arg_0: &Surface<R>) -> bool

impl<R: Hash + Resources> Hash for Surface<R> where R: Hash

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

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

impl<R: Debug + Resources> Debug for Surface<R> where R: Debug

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

impl<R: Clone + Resources> Clone for Surface<R> where R: Clone

fn clone(&self) -> Surface<R>

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