Struct gfx_core::mapping::Writable [] [src]

pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory<R>> where
    F::Mapper: 'a, 
{ /* fields omitted */ }

A handle to a writable map, which only allows setting elements.

Methods

impl<'a, T: Copy, R: Resources, F: Factory<R>> Writable<'a, T, R, F> where
    F::Mapper: 'a, 
[src]

[src]

Set a value in the buffer

Important traits for &'a [u8]
[src]

Returns a mutable slice of the specified length.

Trait Implementations

impl<'a, T: Copy, R: Resources, F: Factory<R>> Drop for Writable<'a, T, R, F> where
    F::Mapper: 'a, 
[src]

[src]

Executes the destructor for this type. Read more