Struct luminance::texture::RawTexture[][src]

pub struct RawTexture { /* fields omitted */ }

Raw buffer. Any buffer can be converted to that type. However, keep in mind that even though type erasure is safe, creating a buffer from a raw buffer is not.

Auto Trait Implementations

impl !Send for RawTexture

impl !Sync for RawTexture