Enum gfx::core::factory::MapAccess
[−]
pub enum MapAccess {
Readable,
Writable,
RW,
}Specifies the access allowed to a buffer mapping.
Variants
ReadableOnly allow reads.
WritableOnly allow writes.
RWAllow full access.
Trait Implementations
impl Clone for MapAccess
fn clone(&self) -> MapAccess
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more