Struct neocom::s::Surface[][src]

pub struct Surface {
    pub pixels: [Pixel; 262144],
}

Fields

Auto Trait Implementations

impl Send for Surface

impl Sync for Surface