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

Class Pointer

src/seacow.rs:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#[repr(transparent)]
16#[derive(Copy, Clone)]
17pub(crate) struct Pointer<T>(pub *const T);
18
19#[derive(Copy, Clone)]
20#[repr(transparent)]

Callers 1

for_pixelsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected