MCPcopy Create free account
hub / github.com/AdRoll/rustenstein / Picture

Class Picture

src/cache.rs:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205pub struct Picture {
206 pub width: u32,
207 pub height: u32,
208 pub data: Vec<u8>,
209}
210
211#[derive(Debug)]
212pub struct CompShape {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected