Cache

Type Alias Cache 

Source
pub type Cache = Cache;
Expand description

Cached graphics bitmap api end-point.

Stores one reference, so size on stack is eq usize.

All calls approximately costs ~1 deref.

Aliased Type§

pub struct Cache(/* private fields */);

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 4 bytes