Enum gfx::device::draw::Access [] [src]

pub enum Access {
    Draw,
    Read,
}

Type of the frame buffer access.

Variants

Draw

Draw access

Read

Read access

Trait Implementations

Derived Implementations

impl Debug for Access

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

impl PartialEq for Access

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

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

impl Clone for Access

fn clone(&self) -> Access

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

impl Copy for Access