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 Accessimpl PartialEq for Accessimpl Clone for Accessfn clone(&self) -> Accessfn 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)