MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / CacheLineAlign

Class CacheLineAlign

src/lib.rs:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47#[cfg_attr(feature = "threads", repr(align(128)))]
48pub(crate) struct CacheLineAlign<T>(pub T);
49
50/// Use imagequant-sys crate instead
51#[cfg(feature = "_internal_c_ffi")]

Callers 2

remap_to_paletteFunction · 0.85
iterationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected