Trait TexelDesignatorMut

Source
pub trait TexelDesignatorMut<'a> {
    type TexelMut;
}
Expand description

Type trait that can point on a mutable texel reference.

Required Associated Types§

Source

type TexelMut

Mutable texel reference.

Implementors§