Enum gfx::device::draw::Access
[−]
[src]
pub enum Access { Draw, Read, }
Type of the frame buffer access.
Variants
Draw | Draw access |
Read | Read access |
pub enum Access { Draw, Read, }
Type of the frame buffer access.
Draw | Draw access |
Read | Read access |
impl Debug for Access
impl PartialEq for Access
impl Clone for Access
fn clone(&self) -> Access
fn clone_from(&mut self, source: &Self)
impl Copy for Access
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)